Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerInternal.java73 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() argument
H A DNetworkPolicyManagerService.java5791 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) {
5801 if (quotaType == QUOTA_TYPE_JOBS) {
5804 } else if (quotaType == QUOTA_TYPE_MULTIPATH) {
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java2562 @QuotaType int quotaType) throws IOException { in updateExternalStorageFileQuotaType() argument
2579 switch (quotaType) { in updateExternalStorageFileQuotaType()
2593 throw new IllegalArgumentException("Invalid quota type: " + quotaType); in updateExternalStorageFileQuotaType()