Home
last modified time | relevance | path

Searched refs:OPPORTUNISTIC_QUOTA_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java30 import static com.android.server.net.NetworkPolicyManagerService.OPPORTUNISTIC_QUOTA_UNKNOWN;
331 return OPPORTUNISTIC_QUOTA_UNKNOWN; in getUserPolicyOpportunisticQuotaBytes()
343 if (quota == OPPORTUNISTIC_QUOTA_UNKNOWN) { in updateMultipathBudget()
348 if (quota == OPPORTUNISTIC_QUOTA_UNKNOWN) { in updateMultipathBudget()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java351 public static final int OPPORTUNISTIC_QUOTA_UNKNOWN = -1; field in NetworkPolicyManagerService
2516 quotaBytes = OPPORTUNISTIC_QUOTA_UNKNOWN;
6598 OPPORTUNISTIC_QUOTA_UNKNOWN);
6600 if (quotaBytes == OPPORTUNISTIC_QUOTA_UNKNOWN) {
6601 return OPPORTUNISTIC_QUOTA_UNKNOWN;
6611 return OPPORTUNISTIC_QUOTA_UNKNOWN;
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java91 import static com.android.server.net.NetworkPolicyManagerService.OPPORTUNISTIC_QUOTA_UNKNOWN;
1926 assertEquals(OPPORTUNISTIC_QUOTA_UNKNOWN,
1928 assertEquals(OPPORTUNISTIC_QUOTA_UNKNOWN,