Searched refs:OPPORTUNISTIC_QUOTA_UNKNOWN (Results 1 – 3 of 3) sorted by relevance
30 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()
78 import static com.android.server.net.NetworkPolicyManagerService.OPPORTUNISTIC_QUOTA_UNKNOWN;1831 assertEquals(OPPORTUNISTIC_QUOTA_UNKNOWN,1833 assertEquals(OPPORTUNISTIC_QUOTA_UNKNOWN,
335 public static final int OPPORTUNISTIC_QUOTA_UNKNOWN = -1; field in NetworkPolicyManagerService2288 quotaBytes = OPPORTUNISTIC_QUOTA_UNKNOWN;6092 OPPORTUNISTIC_QUOTA_UNKNOWN);6094 if (quotaBytes == OPPORTUNISTIC_QUOTA_UNKNOWN) {6095 return OPPORTUNISTIC_QUOTA_UNKNOWN;6105 return OPPORTUNISTIC_QUOTA_UNKNOWN;