Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java89 long lastDiscoverableEndTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
91 if ((lastDiscoverableEndTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUtils.java125 long lastDiscoverableEndTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
127 if ((lastDiscoverableEndTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()