Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A 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()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A 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()