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.java102 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() method in NetworkPolicyManagerInternal
DNetworkPolicyManagerService.java5321 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) { in getSubscriptionOpportunisticQuota() method in NetworkPolicyManagerService.NetworkPolicyManagerInternalImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1658 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1660 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1679 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1681 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1697 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1698 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1714 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1715 assertEquals(0L, internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
1732 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_JOBS));
1734 internal.getSubscriptionOpportunisticQuota(net, QUOTA_TYPE_MULTIPATH));
[all …]
/frameworks/base/tests/net/java/com/android/server/connectivity/
DMultipathPolicyTrackerTest.java185 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-profile20285 …workPolicyManagerService$NetworkPolicyManagerInternalImpl;->getSubscriptionOpportunisticQuota(Land…