HomeSort by relevance Sort by last modified time
    Searched defs:getCacheBytes (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/app/usage/
StorageStats.java 82 public @BytesLong long getCacheBytes() {
StorageStatsManager.java 157 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException {
159 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName());
170 public long getCacheBytes(String uuid) throws IOException {
171 return getCacheBytes(convert(uuid));
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
StorageStatsSource.java 105 long getCacheBytes();
129 public long getCacheBytes() {
130 return mStats.getCacheBytes();
  /frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java 211 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME);
225 public long getCacheBytes(String volumeUuid, String callingPackage) {
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 130 assertMostlyEquals(deltaCache, afterApp.getCacheBytes() - beforeApp.getCacheBytes());
131 assertMostlyEquals(deltaCache, afterUser.getCacheBytes() - beforeUser.getCacheBytes());
145 assertMostlyEquals(CACHE_ALL * 2, as.getCacheBytes());
148 assertMostlyEquals(CACHE_ALL, bs.getCacheBytes());
266 assertMostlyEquals(0, getCacheBytes(PKG_A, user));
267 assertMostlyEquals(0, getCacheBytes(PKG_B, user));
291 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user));
292 assertMostlyEquals(targetB, getCacheBytes(PKG_B, user))
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 104 milliseconds