Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java70 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager
72 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()
80 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager
81 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
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
247 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()
313 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
/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
736 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
/frameworks/native/cmds/installd/
DInstalldNativeService.h191 binder::Status isQuotaSupported(const std::optional<std::string>& volumeUuid,
DInstalldNativeService.cpp3898 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4158 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
/frameworks/base/core/api/
Dtest-current.txt866 method public boolean isQuotaSupported(@NonNull java.util.UUID);
/frameworks/base/boot/hiddenapi/
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
35759 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z
35841 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z