Home
last modified time | relevance | path

Searched refs:shouldScanFile (Results 1 – 3 of 3) 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()
910 private boolean shouldScanFile(int arrayPos) { in shouldScanFile() method in BluetoothOppService
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java451 public boolean shouldScanFile(int status) { in shouldScanFile() method in DownloadInfo
DDownloadThread.java386 if (mInfo.shouldScanFile(mInfoDelta.mStatus)) { in run()