Searched refs:mChannels (Results 1 – 1 of 1) sorted by relevance
64 private HashMap<String, Integer> mChannels = new HashMap<String, Integer>(); field in BluetoothOppPreference93 mChannels = (HashMap<String, Integer>) mChannelPreference.getAll(); in init()119 if (mChannels != null) { in getChannel()120 channel = mChannels.get(key); in getChannel()145 mChannels.put(key, channel); in setChannel()154 mChannels.remove(key); in removeChannel()161 Log.d(TAG, mChannels.toString()); in dump()