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.java100 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() method in NetworkPolicyManagerInternal
DNetworkPolicyManagerService.java5133 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) { in getSubscriptionOpportunisticQuota() method in NetworkPolicyManagerService.NetworkPolicyManagerInternalImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1576 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1578 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1597 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1599 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1615 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1616 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1632 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1633 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1650 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1652 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
[all …]
/frameworks/base/tests/net/java/com/android/server/connectivity/
DMultipathPolicyTrackerTest.java184 when(mNPMI.getSubscriptionOpportunisticQuota(TEST_NETWORK, QUOTA_TYPE_MULTIPATH)) in testGetMultipathPreference()
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java323 .getSubscriptionOpportunisticQuota(this.network, QUOTA_TYPE_MULTIPATH); in updateMultipathBudget()
/frameworks/base/services/
Dart-profile8857 …workPolicyManagerService$NetworkPolicyManagerInternalImpl;->getSubscriptionOpportunisticQuota(Land…