Searched refs:quotaType (Results 1 – 3 of 3) sorted by relevance
73 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota() argument
5789 public long getSubscriptionOpportunisticQuota(Network network, int quotaType) {5799 if (quotaType == QUOTA_TYPE_JOBS) {5802 } else if (quotaType == QUOTA_TYPE_MULTIPATH) {
2562 @QuotaType int quotaType) throws IOException { in updateExternalStorageFileQuotaType() argument2579 switch (quotaType) { in updateExternalStorageFileQuotaType()2593 throw new IllegalArgumentException("Invalid quota type: " + quotaType); in updateExternalStorageFileQuotaType()