Searched refs:shouldScanFile (Results 1 – 2 of 2) sorted by relevance
477 if (shouldScanFile(arrayPos)) { in run()487 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()508 if (shouldScanFile(arrayPos)) { in run()516 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()535 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()909 private boolean shouldScanFile(int arrayPos) { in shouldScanFile() method in BluetoothOppService
495 final boolean isReady = shouldScanFile(); in startScanIfReady()591 public boolean shouldScanFile() { in shouldScanFile() method in DownloadInfo