Searched refs:quotaType (Results 1 – 3 of 3) sorted by relevance
68 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() argument
6594 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) {6604 if (quotaType == QUOTA_TYPE_JOBS) {6607 } else if (quotaType == QUOTA_TYPE_MULTIPATH) {
2548 @QuotaType int quotaType) throws IOException { in updateExternalStorageFileQuotaType() argument2581 switch (quotaType) { in updateExternalStorageFileQuotaType()2595 throw new IllegalArgumentException("Invalid quota type: " + quotaType); in updateExternalStorageFileQuotaType()