Searched defs:scanFile (Results 1 - 3 of 3) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaScannerReceiver.java66 scanFile(context, path);
79 private void scanFile(Context context, String path) { method in class:MediaScannerReceiver
H A DMediaScannerService.java189 private Uri scanFile(String path, String mimeType) { method in class:MediaScannerService
198 Log.e(TAG, "bad path " + path + " in scanFile()", e);
214 Log.d(TAG, "IMediaScannerService.scanFile: " + path + " mimeType: " + mimeType);
226 public void scanFile(String path, String mimeType) {
246 uri = scanFile(filePath, arguments.getString("mimetype"));
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java478 scanFile(null, arrayPos);
487 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) {
509 scanFile(null, arrayPos);
516 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) {
535 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) {
895 private boolean scanFile(Cursor cursor, int arrayPos) { method in class:BluetoothOppService
986 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype);

Completed in 272 milliseconds