Searched refs:isQuotaSupported (Results 1 – 11 of 11) sorted by relevance
67 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()77 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager78 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
24 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
159 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService161 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()209 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
102 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
593 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer596 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
150 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
2799 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
115 method @Deprecated public boolean isQuotaSupported(String);
582 method public boolean isQuotaSupported(@NonNull java.util.UUID);
3215 if (stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
10351 PLcom/android/server/pm/Installer;->isQuotaSupported(Ljava/lang/String;)Z13728 PLcom/android/server/usage/StorageStatsService;->isQuotaSupported(Ljava/lang/String;Ljava/lang/Stri…