Searched refs:isQuotaSupported (Results 1 – 13 of 13) 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
157 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService161 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()210 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
100 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
562 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer565 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
137 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
2658 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
50 Landroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/lang/String;)Z
1174 HPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/lang/String;)Z1175 HPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/util/UUID;)Z4255 HPLandroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z16304 HSPLandroid/app/usage/IStorageStatsManager;->isQuotaSupported(Ljava/lang/String;Ljava/lang/String;)Z27654 HSPLandroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z
4639 Landroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/util/UUID;)Z
114 method public deprecated boolean isQuotaSupported(java.lang.String);
212 method public boolean isQuotaSupported(java.util.UUID);
2916 if (stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()