Searched refs:ENV_MEDIA_STORAGE (Results 1 – 1 of 1) sorted by relevance
42 private static final String ENV_MEDIA_STORAGE = "MEDIA_STORAGE"; field in Environment59 private static final File DIR_MEDIA_STORAGE = getDirectory(ENV_MEDIA_STORAGE, "/data/media");127 String rawMediaStorage = System.getenv(ENV_MEDIA_STORAGE); in UserEnvironment()