Searched refs:isQuotaSupported (Results 1 – 8 of 8) 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
239 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService241 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()307 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
942 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer945 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
63 method @Deprecated public boolean isQuotaSupported(String);
801 method public boolean isQuotaSupported(@NonNull java.util.UUID);
4011 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
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;)Z36402 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z36484 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z