HomeSort by relevance Sort by last modified time
    Searched refs:mExternalStoragePaths (Results 1 - 2 of 2) sorted by null

  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 52 private String[] mExternalStoragePaths;
101 mExternalStoragePaths = storageManager.getVolumePaths();
242 mExternalStoragePaths,
245 directories = mExternalStoragePaths;
MediaProvider.java 136 mExternalStoragePaths = mStorageManager.getVolumePaths();
170 private String[] mExternalStoragePaths = EmptyArray.STRING;
257 if (storage.getPath().equals(mExternalStoragePaths[0])) {
    [all...]

Completed in 200 milliseconds