Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java46 private static final String KEY_DISCOVERABLE_END_TIMESTAMP = "discoverable_end_timestamp"; field in LocalBluetoothPreferences
57 KEY_DISCOVERABLE_END_TIMESTAMP, 0); in getDiscoverableEndTimestamp()
85 KEY_DISCOVERABLE_END_TIMESTAMP, 0); in shouldShowDialogInForeground()
144 editor.putLong(KEY_DISCOVERABLE_END_TIMESTAMP, endTimestamp); in persistDiscoverableEndTimestamp()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DLocalBluetoothPreferences.java46 private static final String KEY_DISCOVERABLE_END_TIMESTAMP = "discoverable_end_timestamp"; field in LocalBluetoothPreferences
57 KEY_DISCOVERABLE_END_TIMESTAMP, 0); in getDiscoverableEndTimestamp()
85 KEY_DISCOVERABLE_END_TIMESTAMP, 0); in shouldShowDialogInForeground()
144 editor.putLong(KEY_DISCOVERABLE_END_TIMESTAMP, endTimestamp); in persistDiscoverableEndTimestamp()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUtils.java58 private static final String KEY_DISCOVERABLE_END_TIMESTAMP = "discoverable_end_timestamp"; field in BluetoothUtils
89 KEY_DISCOVERABLE_END_TIMESTAMP, 0); in getDiscoverableEndTimestamp()
117 KEY_DISCOVERABLE_END_TIMESTAMP, 0); in shouldShowDialogInForeground()
174 editor.putLong(KEY_DISCOVERABLE_END_TIMESTAMP, endTimestamp); in persistDiscoverableEndTimestamp()