Searched refs:isQuotaSupported (Results 1 – 13 of 13) sorted by relevance
72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager74 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager83 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
198 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService200 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()248 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
110 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
629 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer632 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
163 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
2992 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
71 method @Deprecated public boolean isQuotaSupported(String);
767 method public boolean isQuotaSupported(@NonNull java.util.UUID);
3854 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
4293 HSPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/lang/String;)Z4294 HSPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/util/UUID;)Z15467 HPLandroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z
23984 HPLcom/android/server/pm/Installer;->isQuotaSupported(Ljava/lang/String;)Z32038 HPLcom/android/server/usage/StorageStatsService;->isQuotaSupported(Ljava/lang/String;Ljava/lang/Str…