Merge "[MS15.3] Move SUBSCRIBER_ID_MATCH_RULE_* constants to static lib"
This commit is contained in:
@@ -52,4 +52,18 @@ public class NetworkStatsUtils {
|
||||
}
|
||||
return r / den;
|
||||
}
|
||||
|
||||
/**
|
||||
* Value of the match rule of the subscriberId to match networks with specific subscriberId.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int SUBSCRIBER_ID_MATCH_RULE_EXACT = 0;
|
||||
/**
|
||||
* Value of the match rule of the subscriberId to match networks with any subscriberId which
|
||||
* includes null and non-null.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int SUBSCRIBER_ID_MATCH_RULE_ALL = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user