Searched refs:mChannelMaskStringToIntegerMap (Results 1 – 1 of 1) sorted by relevance
278 private static HashMap<String,Integer> mChannelMaskStringToIntegerMap; field in StreamConfiguration324 mChannelMaskStringToIntegerMap = new HashMap<String, Integer>();326 mChannelMaskStringToIntegerMap.put(channelMaskStr, UNSPECIFIED); in mChannelMaskStringToIntegerMap.put()330 mChannelMaskStringToIntegerMap.put(channelMaskStr, channelMask); in mChannelMaskStringToIntegerMap.put()614 return mChannelMaskStringToIntegerMap.get(text); in convertTextToChannelMask()