Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java64 private HashMap<String, Integer> mChannels = new HashMap<String, Integer>(); field in BluetoothOppPreference
93 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()