OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExternalStoragePaths
(Results
1 - 2
of
2
) sorted by null
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java
56
private String[]
mExternalStoragePaths
;
124
mExternalStoragePaths
= storageManager.getVolumePaths();
265
directories =
mExternalStoragePaths
;
MediaProvider.java
160
private static String[]
mExternalStoragePaths
;
247
if (storage.getPath().equals(
mExternalStoragePaths
[0])) {
583
mExternalStoragePaths
= storageManager.getVolumePaths();
[
all
...]
Completed in 381 milliseconds