/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaScannerReceiver.java | 54 scanFile(context, path); in onReceive() 67 private void scanFile(Context context, String path) { in scanFile() method in MediaScannerReceiver
|
D | MediaScannerService.java | 186 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()
|
D | MediaProvider.java | 3482 mScannerConnection.scanFile(d, null); in onMediaScannerConnected()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpContext.java | 40 mScannerConnection.scanFile(path, null); in scanPath() 54 mScannerConnection.scanFile(path, null); in onMediaScannerConnected()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadService.java | 326 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/ |
D | BluetoothOppService.java | 439 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/ |
D | CalendarDebugActivity.java | 147 MediaScannerConnection.scanFile(CalendarDebugActivity.this, new String[] { in doInBackground()
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | PhotoSelectionHandler.java | 203 MediaScannerConnection.scanFile( in doCropPhoto()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | AttachmentUtilities.java | 406 MediaScannerConnection.scanFile(context, new String[] {absolutePath}, in saveAttachment()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 91 mConnection.scanFile(mPath, null); in onMediaScannerConnected()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | HandoverManager.java | 475 MediaScannerConnection.scanFile(mContext, paths.toArray(arrayPaths), null, this); in processFiles()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | MessageViewFragmentBase.java | 796 MediaScannerConnection.scanFile(mContext, new String[] {absolutePath}, in performAttachmentSave()
|