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

/frameworks/base/core/java/android/app/usage/
H A DIStorageStatsManager.aidl24 boolean isQuotaSupported(String volumeUuid, String callingPackage);
H A DStorageStatsManager.java67 public boolean isQuotaSupported(@NonNull UUID storageUuid) { method in class:StorageStatsManager
69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName());
77 public boolean isQuotaSupported(String uuid) { method in class:StorageStatsManager
78 return isQuotaSupported(convert(uuid));
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl84 boolean isQuotaSupported(@nullable @utf8InCpp String uuid);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java156 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { method in class:StorageStatsService
160 return mInstaller.isQuotaSupported(volumeUuid);
198 if (isQuotaSupported(volumeUuid, callingPackage)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java486 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { method in class:Installer
489 return mInstalld.isQuotaSupported(volumeUuid);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h118 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
H A DInstalldNativeService.cpp2350 binder::Status InstalldNativeService::isQuotaSupported( function in class:android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3320 if (stats.isQuotaSupported(volumeUuid)) {

Completed in 2432 milliseconds