Home
last modified time | relevance | path

Searched refs:sGlobalSettings (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecList.java67 if (sGlobalSettings == null) { in getGlobalSettings()
68 sGlobalSettings = native_getGlobalSettings(); in getGlobalSettings()
71 return sGlobalSettings; in getGlobalSettings()
77 private static Map<String, Object> sGlobalSettings; field in MediaCodecList