Home
last modified time | relevance | path

Searched refs:isQuotaSupported (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager
74 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()
82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager
83 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
H A DIStorageStatsManager.aidl26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java239 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService
241 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()
307 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java942 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer
945 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
/aosp14/frameworks/base/core/api/
H A Dremoved.txt63 method @Deprecated public boolean isQuotaSupported(String);
H A Dtest-current.txt801 method public boolean isQuotaSupported(@NonNull java.util.UUID);
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4011 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9233 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;Ljava/lang/…
9257 Landroid/app/usage/IStorageStatsManager;->isQuotaSupported(Ljava/lang/String;Ljava/lang/String;)Z
36402 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z
36484 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z