Home
last modified time | relevance | path

Searched refs:getSubscriptionOpportunisticQuota (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerInternal.java68 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() method in NetworkPolicyManagerInternal
DNetworkPolicyManagerService.java6594 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) {
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1927 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1929 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1948 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1950 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1966 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1967 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1983 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1984 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
2001 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
2003 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java339 .getSubscriptionOpportunisticQuota(this.network, QUOTA_TYPE_MULTIPATH); in updateMultipathBudget()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java906 when(mNetPolicyManagerInternal.getSubscriptionOpportunisticQuota( in testRelaxed()
942 when(mNetPolicyManagerInternal.getSubscriptionOpportunisticQuota( in testRelaxed()
951 when(mNetPolicyManagerInternal.getSubscriptionOpportunisticQuota( in testRelaxed()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java1043 mNetPolicyManagerInternal.getSubscriptionOpportunisticQuota( in isRelaxedSatisfied()