Searched refs:mLastSelectedDevice (Results 1 – 1 of 1) sorted by relevance
31 private String mLastSelectedDevice; field in ConnectionRecordManager63 mLastSelectedDevice = getSharedPreferences(context).getString(KEY_LAST_SELECTED_DEVICE, in fetchLastSelectedDevice()76 mLastSelectedDevice = id; in setConnectionRecord()77 editor.putInt(mLastSelectedDevice, record); in setConnectionRecord()79 editor.putString(KEY_LAST_SELECTED_DEVICE, mLastSelectedDevice); in setConnectionRecord()87 return mLastSelectedDevice; in getLastSelectedDevice()