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
89 mChannelPreference = mContext.getSharedPreferences( in init()
93 mChannels = (HashMap<String, Integer>) mChannelPreference.getAll(); in init()
142 Editor ed = mChannelPreference.edit(); in setChannel()
151 Editor ed = mChannelPreference.edit(); in removeChannel()