Home
last modified time | relevance | path

Searched refs:connectService (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/
H A DDreamOverlayConnectionHandlerTest.java87 connectService(); in consumerShouldRunImmediatelyWhenClientAvailable()
99 connectService(); in consumerShouldRunAfterClientAvailable()
115 connectService(); in consumerShouldNeverRunIfClientConnectsAndDisconnects()
133 connectService(); in consumerShouldNeverRunIfUnbindCalled()
147 connectService(); in consumersOnlyRunOnceIfUnbound()
166 connectService(); in consumerShouldRunAgainAfterReconnect()
179 connectService(); in consumerShouldRunAgainAfterReconnect()
189 connectService(); in consumerShouldNeverRunIfRemovedImmediately()
199 private void connectService() { in connectService() method in DreamOverlayConnectionHandlerTest
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java300 public UncryptSocket connectService() { in connectService() method in RecoverySystemService.Injector
302 if (!socket.connectService()) { in connectService()
450 UncryptSocket socket = mInjector.connectService(); in uncrypt()
1069 UncryptSocket socket = mInjector.connectService(); in setupOrClearBcb()
1123 public boolean connectService() { in connectService() method in RecoverySystemService.UncryptSocket
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java85 public UncryptSocket connectService() { in connectService() method in RecoverySystemServiceTestable.MockInjector