Home
last modified time | relevance | path

Searched refs:DISPLAY_STATE_NO_UI (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticateOptions.java46 int DISPLAY_STATE_NO_UI = 2; field
58 DISPLAY_STATE_NO_UI,
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
DBiometricContextProviderTest.java123 AuthenticateOptions.DISPLAY_STATE_NO_UI, false, in testIsAod()
140 AuthenticateOptions.DISPLAY_STATE_NO_UI, false, in testIsAwake()
156 AuthenticateOptions.DISPLAY_STATE_NO_UI, in testGetDisplayState()
232 AuthenticateOptions.DISPLAY_STATE_NO_UI, in testSubscribesToDisplayState()
249 AuthenticateOptions.DISPLAY_STATE_NO_UI, in testSubscribesToDisplayState()
268 AuthenticateOptions.DISPLAY_STATE_NO_UI, in testSubscribesToAod()
287 AuthenticateOptions.DISPLAY_STATE_NO_UI, in testSubscribesToAwake()
291 AuthenticateOptions.DISPLAY_STATE_NO_UI)) { in testSubscribesToAwake()
322 mListener.onDisplayStateChanged(AuthenticateOptions.DISPLAY_STATE_NO_UI); in testUnsubscribes()
363 mListener.onDisplayStateChanged(AuthenticateOptions.DISPLAY_STATE_NO_UI); in testUpdate()
DOperationContextExtTest.java94 AuthenticateOptions.DISPLAY_STATE_NO_UI, DisplayState.NO_UI, in mapsDisplayStatesToAidl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractorImplTest.kt143 assertThat(displayState()).isEqualTo(AuthenticateOptions.DISPLAY_STATE_NO_UI) in displayStateChanges()
146 assertThat(displayState()).isEqualTo(AuthenticateOptions.DISPLAY_STATE_NO_UI) in displayStateChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractor.kt90 KeyguardState.DOZING -> AuthenticateOptions.DISPLAY_STATE_NO_UI in <lambda>()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DOperationContextExt.java317 case AuthenticateOptions.DISPLAY_STATE_NO_UI: in toAidlDisplayState()