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