OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:externalstoragestate
(Results
1 - 1
of
1
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowEnvironment.java
14
private static String
externalStorageState
= MEDIA_REMOVED;
18
return
externalStorageState
;
21
public static void setExternalStorageState(String
externalStorageState
) {
22
ShadowEnvironment.
externalStorageState
=
externalStorageState
;
Completed in 698 milliseconds