Home
last modified time | relevance | path

Searched refs:shouldScanFile (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java477 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
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java495 final boolean isReady = shouldScanFile(); in startScanIfReady()
591 public boolean shouldScanFile() { in shouldScanFile() method in DownloadInfo