Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java84 long lastDiscoverableEndTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
86 if ((lastDiscoverableEndTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DLocalBluetoothPreferences.java84 long lastDiscoverableEndTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
86 if ((lastDiscoverableEndTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUtils.java116 long lastDiscoverableEndTime = sharedPreferences.getLong( in shouldShowDialogInForeground() local
118 if ((lastDiscoverableEndTime + GRACE_PERIOD_TO_SHOW_DIALOGS_IN_FOREGROUND) in shouldShowDialogInForeground()