Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DLocalBluetoothPreferences.java42 private static final String KEY_LAST_SELECTED_DEVICE = "last_selected_device"; field in LocalBluetoothPreferences
106 KEY_LAST_SELECTED_DEVICE, null); in shouldShowDialogInForeground()
135 editor.putString(KEY_LAST_SELECTED_DEVICE, in persistSelectedDeviceInPicker()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java42 private static final String KEY_LAST_SELECTED_DEVICE = "last_selected_device"; field in LocalBluetoothPreferences
106 KEY_LAST_SELECTED_DEVICE, null); in shouldShowDialogInForeground()
135 editor.putString(KEY_LAST_SELECTED_DEVICE, in persistSelectedDeviceInPicker()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUtils.java54 private static final String KEY_LAST_SELECTED_DEVICE = "last_selected_device"; field in BluetoothUtils
138 KEY_LAST_SELECTED_DEVICE, null); in shouldShowDialogInForeground()
167 editor.putString(KEY_LAST_SELECTED_DEVICE, deviceAddress); in persistSelectedDeviceInPicker()