Searched refs:getCodeBytes (Results 1 – 5 of 5) sorted by relevance
104 long getCodeBytes(); in getCodeBytes() method122 public long getCodeBytes() { in getCodeBytes() method in StorageStatsSource.AppStorageStatsImpl123 return mStats.getCodeBytes(); in getCodeBytes()
520 legacy.codeSize = stats.getCodeBytes(); in requestSize()1284 legacy.codeSize = stats.getCodeBytes(); in handleMessage()
51 public long getCodeBytes() { in getCodeBytes() method in StorageStats
216 addValue(details.usersSize, user.id, stats.getCodeBytes()); in measureExactStorage()220 addValue(details.appsSize, user.id, stats.getCodeBytes() + stats.getDataBytes()); in measureExactStorage()
109 method @Deprecated public long getCodeBytes();