Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothPreferences.java109 long lastDeviceSelectedTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
111 if ((lastDeviceSelectedTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothUtils.java141 long lastDeviceSelectedTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
143 if ((lastDeviceSelectedTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()