HomeSort by relevance Sort by last modified time
    Searched refs:isQuotaSupported (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/app/usage/
IStorageStatsManager.aidl 24 boolean isQuotaSupported(String volumeUuid, String callingPackage);
StorageStatsManager.java 67 public boolean isQuotaSupported(@NonNull UUID storageUuid) {
69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName());
77 public boolean isQuotaSupported(String uuid) {
78 return isQuotaSupported(convert(uuid));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageDashboardFragment.java 106 maybeSetLoading(isQuotaSupported());
307 public void maybeSetLoading(boolean isQuotaSupported) {
310 if ((isQuotaSupported && (mStorageInfo == null || mAppsResult == null)) ||
311 (!isQuotaSupported && mStorageInfo == null)) {
330 private boolean isQuotaSupported() {
332 return stats.isQuotaSupported(mVolume.fsUuid);
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 89 stats.isQuotaSupported(UUID_DEFAULT));
277 if (stats.isQuotaSupported(filesUuid)) {
297 if (stats.isQuotaSupported(filesUuid)) {
312 if (stats.isQuotaSupported(filesUuid)) {
366 if (stats.isQuotaSupported(filesUuid)) {
  /frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java 157 public boolean isQuotaSupported(String volumeUuid, String callingPackage) {
161 return mInstaller.isQuotaSupported(volumeUuid);
210 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) {
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 100 boolean isQuotaSupported(@nullable @utf8InCpp String uuid);
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 562 public boolean isQuotaSupported(String volumeUuid) throws InstallerException {
565 return mInstalld.isQuotaSupported(volumeUuid);
  /frameworks/native/cmds/installd/
InstalldNativeService.h 137 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
InstalldNativeService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 266 milliseconds