Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/
DServiceManagerWrapper.java26 public final class ServiceManagerWrapper { class
31 private ServiceManagerWrapper() {} in ServiceManagerWrapper() method in ServiceManagerWrapper
/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DServiceManagerWrapperIntegrationTest.kt21 import com.android.server.ServiceManagerWrapper
36 assertNotNull(ServiceManagerWrapper.waitForService(Context.CONNECTIVITY_SERVICE)) in testWaitForService_successFullyRetrievesConnectivityServiceBinder()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java118 import com.android.server.ServiceManagerWrapper;
259 () -> IOtDaemon.Stub.asInterface(ServiceManagerWrapper.waitForService("ot_daemon")), in newInstance()