Searched refs:FSTRIM_FLAG_BENCHMARK (Results 1 – 2 of 2) sorted by relevance
222 public static final int FSTRIM_FLAG_BENCHMARK = 1 << 1; field in StorageManager
665 final int flags = shouldBenchmark() ? StorageManager.FSTRIM_FLAG_BENCHMARK : 0; in handleMessage()1983 if ((flags & StorageManager.FSTRIM_FLAG_BENCHMARK) != 0) { in fstrim()