Home
last modified time | relevance | path

Searched refs:FLAG_ALLOCATE_AGGRESSIVE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java431 return StorageManager.FLAG_ALLOCATE_AGGRESSIVE; in translateAllocateFlags()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1356 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getStorageCacheBytes()
1972 public static final int FLAG_ALLOCATE_AGGRESSIVE = 1 << 0; field in StorageManager
1992 FLAG_ALLOCATE_AGGRESSIVE,
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3190 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in adjustAllocateFlags()
3240 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getAllocatableBytes()
3248 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getAllocatableBytes()
3277 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in allocateBytes()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java4731 & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0;
/frameworks/base/api/
Dsystem-current.txt6378 …anifest.permission.ALLOCATE_AGGRESSIVE) public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0…
/frameworks/base/non-updatable-api/
Dsystem-current.txt6276 …anifest.permission.ALLOCATE_AGGRESSIVE) public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0…