Home
last modified time | relevance | path

Searched defs:isQuotaSupported (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager
82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager
DIStorageStatsManager.aidl26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java199 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl108 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java761 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3006 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService