Searched refs:FLAG_ALLOCATE_AGGRESSIVE (Results 1 – 6 of 6) sorted by relevance
1255 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getStorageCacheBytes()1676 public static final int FLAG_ALLOCATE_AGGRESSIVE = 1 << 0; field in StorageManager1696 FLAG_ALLOCATE_AGGRESSIVE,
432 return StorageManager.FLAG_ALLOCATE_AGGRESSIVE; in translateAllocateFlags()
2871 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in adjustAllocateFlags()2921 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getAllocatableBytes()2929 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in getAllocatableBytes()2958 if ((flags & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0) { in allocateBytes()
4014 field public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0x1
4586 & StorageManager.FLAG_ALLOCATE_AGGRESSIVE) != 0; in freeStorage()
31761 Landroid/os/storage/StorageManager;->FLAG_ALLOCATE_AGGRESSIVE:I