Home
last modified time | relevance | path

Searched refs:DISPLAY_STATE_SCREENSAVER (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticateOptions.java49 int DISPLAY_STATE_SCREENSAVER = 3; field
59 DISPLAY_STATE_SCREENSAVER,
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractor.kt91 KeyguardState.DREAMING -> AuthenticateOptions.DISPLAY_STATE_SCREENSAVER in <lambda>()
107 AuthenticateOptions.DISPLAY_STATE_SCREENSAVER, in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
DBiometricContextProviderTest.java124 AuthenticateOptions.DISPLAY_STATE_SCREENSAVER, false in testIsAod()
139 AuthenticateOptions.DISPLAY_STATE_SCREENSAVER, true, in testIsAwake()
155 AuthenticateOptions.DISPLAY_STATE_SCREENSAVER, in testGetDisplayState()
288 AuthenticateOptions.DISPLAY_STATE_SCREENSAVER, in testSubscribesToAwake()
DOperationContextExtTest.java96 AuthenticateOptions.DISPLAY_STATE_SCREENSAVER, DisplayState.SCREENSAVER, in mapsDisplayStatesToAidl()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java193 case AuthenticateOptions.DISPLAY_STATE_SCREENSAVER: in isAwake()
DOperationContextExt.java319 case AuthenticateOptions.DISPLAY_STATE_SCREENSAVER: in toAidlDisplayState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractorImplTest.kt149 assertThat(displayState()).isEqualTo(AuthenticateOptions.DISPLAY_STATE_SCREENSAVER) in displayStateChanges()