Searched refs:isQuotaSupported (Results 1 – 10 of 10) sorted by relevance
70 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager72 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()80 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager81 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
245 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService247 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()313 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
110 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
733 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer736 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
191 binder::Status isQuotaSupported(const std::optional<std::string>& volumeUuid,
3898 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
4158 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
866 method public boolean isQuotaSupported(@NonNull java.util.UUID);
9233 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;Ljava/lang/…9257 Landroid/app/usage/IStorageStatsManager;->isQuotaSupported(Ljava/lang/String;Ljava/lang/String;)Z35759 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z35841 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z