Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerReceiver.java54 scanFile(context, path); in onReceive()
67 private void scanFile(Context context, String path) { in scanFile() method in MediaScannerReceiver
DMediaScannerService.java186 private Uri scanFile(String path, String mimeType) { in scanFile() method in MediaScannerService
216 public void scanFile(String path, String mimeType) {
236 uri = scanFile(filePath, arguments.getString("mimetype")); in handleMessage()
DMediaProvider.java3482 mScannerConnection.scanFile(d, null); in onMediaScannerConnected()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpContext.java40 mScannerConnection.scanFile(path, null); in scanPath()
54 mScannerConnection.scanFile(path, null); in onMediaScannerConnected()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java326 if (info.shouldScanFile() && !scanFile(info, true, false)) { in run()
376 if (!scanFile(info, false, true)) { in run()
480 scanFile(info, false, false); in deleteDownloadLocked()
497 private boolean scanFile(DownloadInfo info, final boolean updateDatabase, in scanFile() method in DownloadService
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java439 scanFile(null, arrayPos); in run()
448 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
468 scanFile(null, arrayPos); in run()
475 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
494 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
851 private boolean scanFile(Cursor cursor, int arrayPos) { in scanFile() method in BluetoothOppService
942 mConnection.scanFile(mInfo.mFilename, mInfo.mMimetype); in onMediaScannerConnected()
/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/detail/
DPhotoSelectionHandler.java203 MediaScannerConnection.scanFile( in doCropPhoto()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java406 MediaScannerConnection.scanFile(context, new String[] {absolutePath}, in saveAttachment()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java91 mConnection.scanFile(mPath, null); in onMediaScannerConnected()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverManager.java475 MediaScannerConnection.scanFile(mContext, paths.toArray(arrayPaths), null, this); in processFiles()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java796 MediaScannerConnection.scanFile(mContext, new String[] {absolutePath}, in performAttachmentSave()