Searched refs:mChannelMaskStringToIntegerMap (Results 1 – 1 of 1) sorted by relevance
258 private static HashMap<String,Integer> mChannelMaskStringToIntegerMap; field in StreamConfiguration301 mChannelMaskStringToIntegerMap = new HashMap<String, Integer>();303 mChannelMaskStringToIntegerMap.put(channelMaskStr, UNSPECIFIED); in mChannelMaskStringToIntegerMap.put()307 mChannelMaskStringToIntegerMap.put(channelMaskStr, channelMask); in mChannelMaskStringToIntegerMap.put()567 return mChannelMaskStringToIntegerMap.get(text); in convertTextToChannelMask()