Searched refs:FLAG_ALLOCATE_AGGRESSIVE (Results 1 – 5 of 5) sorted by relevance
93 final boolean aggressive = (flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0; in freeStorage()
475 return StorageManager.FLAG_ALLOCATE_AGGRESSIVE; in translateAllocateFlags()
1573 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getStorageCacheBytes()2174 public static final int FLAG_ALLOCATE_AGGRESSIVE = 1 << 0; field in StorageManager2212 FLAG_ALLOCATE_AGGRESSIVE,
4105 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in adjustAllocateFlags()4164 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getAllocatableBytes()4199 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in allocateBytes()
11455 …anifest.permission.ALLOCATE_AGGRESSIVE) public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0…