Searched refs:mFormatSupportedMap (Results 1 – 1 of 1) sorted by relevance
342 private Map<String, Boolean> mFormatSupportedMap = new HashMap<String, Boolean>(); field in ApplicationMediaCapabilities.Builder415 if (mFormatSupportedMap.get(name) != null && mFormatSupportedMap.get(name) in parseFormatTag()478 mFormatSupportedMap.put(name, isSupported); in parseFormatTag()