Searched refs:getAppBytes (Results 1 – 11 of 11) sorted by relevance
100 appBytes = stats.getAppBytes(); in ExternalStorageStats()129 return mStats.getAppBytes(); in getCodeBytes()141 return mStats.getAppBytes() + mStats.getDataBytes(); in getTotalBytes()
575 legacy.codeSize = stats.getAppBytes(); in requestSize()1391 legacy.codeSize = stats.getAppBytes(); in handleMessage()
96 public @BytesLong long getAppBytes() { in getAppBytes() method in ExternalStorageStats
142 public @BytesLong long getAppBytes() { in getAppBytes() method in StorageStats
216 addValue(details.usersSize, user.id, stats.getAppBytes()); in measureExactStorage()220 addValue(details.appsSize, user.id, stats.getAppBytes() + stats.getDataBytes()); in measureExactStorage()
138 packageStats.codeSize = storageStats.getAppBytes(); in handleMessage()
1948 pw.println("code: " + getDataSizeDisplay(stats.getAppBytes())); in runGetPackageStorageStats()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9413 method public long getAppBytes();9424 method public long getAppBytes();
3414 HSPLandroid/app/usage/StorageStats;->getAppBytes()J