Home
last modified time | relevance | path

Searched defs:isQuotaSupported (Results 1 – 4 of 4) 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
82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager
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
/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