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

  /frameworks/base/core/java/android/app/usage/
StorageStatsManager.java 67 public boolean isQuotaSupported(@NonNull UUID storageUuid) {
69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName());
92 * @param storageUuid the UUID of the storage volume you're interested in,
97 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException {
99 return mService.getTotalBytes(convert(storageUuid), mContext.getOpPackageName());
124 * @param storageUuid the UUID of the storage volume you're interested in,
129 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException {
131 return mService.getFreeBytes(convert(storageUuid), mContext.getOpPackageName());
147 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException {
149 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName())
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 85 public UUID storageUuid;
131 final UUID storageUuid;
150 storageUuid = StorageManager.UUID_DEFAULT;
157 storageUuid = StorageManager.convert(privateVol.fsUuid);
163 storageUuid = null;
183 root.storageUuid = storageUuid;
400 if (root.storageUuid != null) {
404 .getFreeBytes(root.storageUuid);
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 144 * @see ApplicationInfo#storageUuid
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 121 final StorageStats pstats = stats.queryStatsForPackage(ai.storageUuid, ai.packageName,
123 final StorageStats ustats = stats.queryStatsForUid(ai.storageUuid, ai.uid);
130 stats.queryStatsForPackage(ai.storageUuid, ai.packageName,
136 stats.queryStatsForUid(ai.storageUuid, ai.uid);
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 666 public UUID storageUuid;
    [all...]
PackageParser.java     [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
AppCollector.java 133 mStorageStatsManager.queryStatsForPackage(app.storageUuid,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 347 entry.info.storageUuid,
352 entry.info.storageUuid.toString(), entry.info.uid);
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 389 milliseconds