Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java60 private SharedPreferences mNamePreference; field in BluetoothOppPreference
88 mNamePreference = mContext.getSharedPreferences(Constants.BLUETOOTHOPP_NAME_PREFERENCE, in init()
94 mNames = (HashMap<String, String>) mNamePreference.getAll(); in init()
139 Editor ed = mNamePreference.edit(); in setName()