Home
last modified time | relevance | path

Searched refs:onDisplayStateChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
DBiometricContextProviderTest.java128 mListener.onDisplayStateChanged(entry.getKey()); in testIsAod()
145 mListener.onDisplayStateChanged(entry.getKey()); in testIsAwake()
161 mListener.onDisplayStateChanged(state); in testGetDisplayState()
242 mListener.onDisplayStateChanged(v); in testSubscribesToDisplayState()
270 mListener.onDisplayStateChanged(v); in testSubscribesToAod()
292 mListener.onDisplayStateChanged(v); in testSubscribesToAwake()
301 mListener.onDisplayStateChanged(AuthenticateOptions.DISPLAY_STATE_AOD); in testSubscribesWithDifferentState()
313 mListener.onDisplayStateChanged(AuthenticateOptions.DISPLAY_STATE_AOD); in testUnsubscribes()
316 mListener.onDisplayStateChanged(AuthenticateOptions.DISPLAY_STATE_UNKNOWN); in testUnsubscribes()
320 mListener.onDisplayStateChanged(AuthenticateOptions.DISPLAY_STATE_LOCKSCREEN); in testUnsubscribes()
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java274 private void onDisplayStateChanged(Connection connection, RemoteDisplayState state) { in onDisplayStateChanged() method in RemoteDisplayProviderProxy
315 mDisplayStateCallback.onDisplayStateChanged(
322 void onDisplayStateChanged(RemoteDisplayProviderProxy provider, RemoteDisplayState state); in onDisplayStateChanged() method
410 onDisplayStateChanged(Connection.this, state); in postStateChanged()
DMediaRouterService.java1420 public void onDisplayStateChanged(RemoteDisplayProviderProxy provider, in onDisplayStateChanged() method in MediaRouterService.UserHandler
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricContextListener.aidl40 void onDisplayStateChanged(int displayState); in onDisplayStateChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractor.kt141 .onEach { state -> listener.onDisplayStateChanged(state) } in addBiometricContextListener()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java126 public void onDisplayStateChanged(int displayState) { in subscribeBiometricContextListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DLogContextInteractorImplTest.kt222 override fun onDisplayStateChanged(newDisplayState: Int) { in contextSubscriberChanges() method
/frameworks/base/services/
Dart-wear-profile8849 PLcom/android/server/biometrics/log/BiometricContextProvider$2;->onDisplayStateChanged(I)V