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.java70 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager
80 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.java245 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl110 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java733 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3899 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService