OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extStorage
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java
66
File
extStorage
= Environment.getExternalStorageDirectory();
67
File outFile = new File(
extStorage
, outputFile);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java
313
File
extStorage
= Environment.getExternalStorageDirectory();
314
String path = GalleryUtils.searchDirForPath(
extStorage
, bucketId);
319
relativePath = path.substring(
extStorage
.getAbsolutePath().length());
Completed in 180 milliseconds