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

  /frameworks/base/core/java/android/app/usage/
ExternalStorageStats.java 35 /** {@hide} */ public long appBytes;
97 return appBytes;
115 this.appBytes = in.readLong();
130 dest.writeLong(appBytes);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
StorageStatsSource.java 70 public long appBytes;
75 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) {
80 this.appBytes = appBytes;
93 appBytes = stats.getAppBytes();
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 569 uint8_t *appBytes = (uint8_t *) app;
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset];
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 83 milliseconds