Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageCategoryFragment.java118 maybeSetLoading(isQuotaSupported()); in refreshUi()
320 public void maybeSetLoading(boolean isQuotaSupported) { in maybeSetLoading() argument
323 if ((isQuotaSupported && (mStorageInfo == null || mAppsResult == null)) in maybeSetLoading()
324 || (!isQuotaSupported && mStorageInfo == null)) { in maybeSetLoading()
329 private boolean isQuotaSupported() { in isQuotaSupported() method in StorageCategoryFragment
332 .isQuotaSupported(mSelectedStorageEntry.getFsUuid()); in isQuotaSupported()
H A DStorageDashboardFragment.java246 maybeSetLoading(isQuotaSupported()); in refreshUi()
520 public void maybeSetLoading(boolean isQuotaSupported) { in maybeSetLoading() argument
523 if ((isQuotaSupported && (mStorageInfo == null || mAppsResult == null)) in maybeSetLoading()
524 || (!isQuotaSupported && mStorageInfo == null)) { in maybeSetLoading()
529 private boolean isQuotaSupported() { in isQuotaSupported() method in StorageDashboardFragment
532 .isQuotaSupported(mSelectedStorageEntry.getFsUuid()); in isQuotaSupported()
/aosp12/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager
74 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()
82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager
83 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
H A DIStorageStatsManager.aidl26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java199 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService
201 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()
249 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl108 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java761 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer
764 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h166 binder::Status isQuotaSupported(const std::optional<std::string>& volumeUuid,
H A DInstalldNativeService.cpp3019 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
/aosp12/frameworks/base/core/api/
H A Dremoved.txt63 method @Deprecated public boolean isQuotaSupported(String);
H A Dtest-current.txt642 method public boolean isQuotaSupported(@NonNull java.util.UUID);
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3986 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
/aosp12/frameworks/base/boot/hiddenapi/
H A 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
39725 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z
39807 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z
/aosp12/frameworks/base/services/
H A Dart-profile29640 HPLcom/android/server/pm/Installer;->isQuotaSupported(Ljava/lang/String;)Z+]Landroid/os/IInstalld;L…
41002 HPLcom/android/server/usage/StorageStatsService;->isQuotaSupported(Ljava/lang/String;Ljava/lang/Str…