Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
DBiometricContextProviderTest.java121 AuthenticateOptions.DISPLAY_STATE_AOD, true, in testIsAod()
141 AuthenticateOptions.DISPLAY_STATE_AOD, false in testIsAwake()
157 AuthenticateOptions.DISPLAY_STATE_AOD, in testGetDisplayState()
228 final List<Integer> expected = List.of(AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToDisplayState()
230 AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToDisplayState()
231 AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToDisplayState()
246 AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToDisplayState()
248 AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToDisplayState()
264 AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToAod()
266 AuthenticateOptions.DISPLAY_STATE_AOD, in testSubscribesToAod()
[all …]
DOperationContextExtTest.java93 AuthenticateOptions.DISPLAY_STATE_AOD, DisplayState.AOD, in mapsDisplayStatesToAidl()
134 final int displayState = AuthenticateOptions.DISPLAY_STATE_AOD; in updatesFromSource()
/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticateOptions.java52 int DISPLAY_STATE_AOD = 4; field
60 DISPLAY_STATE_AOD
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractor.kt88 KeyguardState.AOD -> AuthenticateOptions.DISPLAY_STATE_AOD in <lambda>()
100 displayState.map { it == AuthenticateOptions.DISPLAY_STATE_AOD }.distinctUntilChanged() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractorImplTest.kt152 assertThat(displayState()).isEqualTo(AuthenticateOptions.DISPLAY_STATE_AOD) in displayStateChanges()
234 assertThat(displayState).isEqualTo(AuthenticateOptions.DISPLAY_STATE_AOD) in contextSubscriberChanges()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java186 return mDisplayState == AuthenticateOptions.DISPLAY_STATE_AOD; in isAod()
DOperationContextExt.java313 case AuthenticateOptions.DISPLAY_STATE_AOD: in toAidlDisplayState()