Searched refs:isQuotaSupported (Results 1 – 14 of 14) 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
156 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService160 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()198 if (isQuotaSupported(volumeUuid, callingPackage)) { in getFreeBytes()
86 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
496 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer499 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
120 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
2381 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
62 method public deprecated boolean isQuotaSupported(java.lang.String);
75 method public deprecated boolean isQuotaSupported(java.lang.String);
7044 method public boolean isQuotaSupported(java.util.UUID);
3357 if (stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
3875 HPLcom/android/server/usage/StorageStatsService;->isQuotaSupported(Ljava/lang/String;Ljava/lang/Str…12282 PLcom/android/server/pm/Installer;->isQuotaSupported(Ljava/lang/String;)Z
1212 HPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/lang/String;)Z1213 HPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/util/UUID;)Z5220 HPLandroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z18206 HSPLandroid/app/usage/IStorageStatsManager;->isQuotaSupported(Ljava/lang/String;Ljava/lang/String;)Z28723 HSPLandroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z