Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/dreams/
H A DIDreamOverlayClientCallback.aidl29 void onDreamOverlayClient(in IDreamOverlayClient client); in onDreamOverlayClient() method
H A DDreamOverlayService.java137 callback.onDreamOverlayClient(
H A DDreamOverlayConnectionHandler.java183 public void onDreamOverlayClient(IDreamOverlayClient client) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/dreams/
H A DDreamOverlayServiceTest.java112 public void onDreamOverlayClient(IDreamOverlayClient client) throws RemoteException { in onDreamOverlayClient() method in DreamOverlayServiceTest.OverlayClientCallback
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/
H A DDreamOverlayConnectionHandlerTest.java213 callback.onDreamOverlayClient(mOverlayClient); in provideClient()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayServiceTest.java209 verify(callback).onDreamOverlayClient(clientCaptor.capture()); in getClient()