Home
last modified time | relevance | path

Searched refs:scanFile (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java518 scanFile(null, arrayPos); in run()
527 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
549 scanFile(null, arrayPos); in run()
556 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
575 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
935 private boolean scanFile(Cursor cursor, int arrayPos) { in scanFile() method in BluetoothOppService
1026 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype); in onMediaScannerConnected()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerService.java164 private Uri scanFile(String path, String mimeType) { in scanFile() method in MediaScannerService
198 public void scanFile(String path, String mimeType) {
220 uri = scanFile(filePath, arguments.getString("mimetype")); in handleMessage()
DMediaScannerReceiver.java64 scanFile(context, path); in onReceive()
77 private void scanFile(Context context, String path) { in scanFile() method in MediaScannerReceiver
DMediaProvider.java2864 mScannerConnection.scanFile(d, null); in onMediaScannerConnected()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java309 mScannerConnection.scanFile(path, null); in scanPath()
323 mScannerConnection.scanFile(path, null); in onMediaScannerConnected()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadScanner.java64 conn.scanFile(path, mimeType); in exec()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebugActivity.java147 MediaScannerConnection.scanFile(CalendarDebugActivity.this, new String[] { in doInBackground()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java78 mConnection.scanFile(mPath, null); in onMediaScannerConnected()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java429 MediaScannerConnection.scanFile(context, new String[] {absolutePath}, in saveAttachment()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java438 MediaScannerConnection.scanFile(mContext, mPaths.toArray(arrayPaths), null, this); in processFiles()