Searched defs:volume (Results 1 - 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaScannerReceiver.java50 // scan whenever any volume is mounted
60 private void scan(Context context, String volume) { argument
62 args.putString("volume", volume);
H A DMediaProvider.java189 // If primary external storage is ejected, then remove the external volume
190 // notify all cursors backed by data on that volume.
213 // We do this to avoid deleting files if the volume is remounted while
1875 // create a cursor to return volume currently being scanned by the media scanner
3451 // or playlists) we will notify a change on the entire volume to make
3453 String volume = uri.getPathSegments().get(0);
3454 Uri notifyUri = Uri.parse("content://" + MediaStore.AUTHORITY + "/" + volume);
4196 String volume = srcuri.toString().substring(16, 24); // extract internal/external
4197 Uri uri = Uri.parse("content://media/" + volume + "/audio/" + table + "/" + rowId);
4216 String volume
4325 attachVolume(String volume) argument
[all...]

Completed in 63 milliseconds