Searched refs:BULK_DELETE_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
67 private final static long BULK_DELETE_THRESHOLD = 1024 * 1024 * 1024; // 1GB. field in OtaDexoptService170 if (spaceAvailable < BULK_DELETE_THRESHOLD) { in prepare()