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

  /frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DiskStatsFileLoggerTest.java 203 public long appSize;
206 public AppSizeGrouping(String packageName, long appSize, long cacheSize) {
208 this.appSize = appSize;
215 result = 37 * result + (int)(appSize ^ (appSize >>> 32));
230 return packageName.equals(grouping.packageName) && appSize == grouping.appSize &&
236 return packageName + " " + appSize + " " + cacheSize;
  /frameworks/base/services/core/java/com/android/server/storage/
DiskStatsFileLogger.java 58 public static final String APP_SIZE_AGG_KEY = "appSize";
128 long appSize = stat.codeSize;
132 appSize += stat.externalCodeSize;
136 appSizeSum += appSize;
141 appSizeList.put(appSize);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionType.java 158 long appSize = app.size;
160 // If the appSize is negative, it is either an unknown size or an error occurred.
161 if ((countUnchecked || mCheckedApplications.contains(packageName)) && appSize > 0) {
162 freeableSpace += appSize;
  /device/google/contexthub/firmware/os/inc/
seos.h 181 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize);
182 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
183 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
nanohubPacket.h 133 __le32 appSize;
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 151 uint32_t appIdx, appVer, appSize;
153 if (osAppInfoById(le64toh(unaligned_u64(&req->appId)), &appIdx, &appVer, &appSize)) {
166 uint32_t appVer, appSize;
168 if (osAppInfoByIndex(le32toh(unaligned_u32(&req->appIdx)), &appId, &appVer, &appSize)) {
171 resp->appSize = htole32(appSize);
    [all...]
seos.c     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 

Completed in 463 milliseconds