Searched refs:FLAG_ALLOCATE_AGGRESSIVE (Results 1 – 5 of 5) sorted by relevance
473 return StorageManager.FLAG_ALLOCATE_AGGRESSIVE; in translateAllocateFlags()
1569 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getStorageCacheBytes()2148 public static final int FLAG_ALLOCATE_AGGRESSIVE = 1 << 0; field in StorageManager2186 FLAG_ALLOCATE_AGGRESSIVE,
3958 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()
2786 final boolean aggressive = (flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0;
11182 …anifest.permission.ALLOCATE_AGGRESSIVE) public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0…