Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java473 return StorageManager.FLAG_ALLOCATE_AGGRESSIVE; in translateAllocateFlags()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1569 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getStorageCacheBytes()
2148 public static final int FLAG_ALLOCATE_AGGRESSIVE = 1 << 0; field in StorageManager
2186 FLAG_ALLOCATE_AGGRESSIVE,
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3958 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in adjustAllocateFlags()
4017 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getAllocatableBytes()
4052 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in allocateBytes()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2786 final boolean aggressive = (flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0;
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt11182 …anifest.permission.ALLOCATE_AGGRESSIVE) public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0…