Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerInternal.java73 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() argument
DNetworkPolicyManagerService.java5789 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) {
5799 if (quotaType == QUOTA_TYPE_JOBS) {
5802 } else if (quotaType == QUOTA_TYPE_MULTIPATH) {
/frameworks/base/core/java/android/os/storage/
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()