Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java62 private SharedPreferences mChannelPreference; field in BluetoothOppPreference
90 mChannelPreference = in init()
95 mChannels = (HashMap<String, Integer>) mChannelPreference.getAll(); in init()
153 Editor ed = mChannelPreference.edit(); in setChannel()
162 Editor ed = mChannelPreference.edit(); in removeChannel()