Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DNetworkStackInstrumentationService.kt32 class NetworkStackInstrumentationService : Service() { in <lambda>() class
DTestNetworkStackService.kt32 import com.android.server.net.integrationtests.NetworkStackInstrumentationService.InstrumentationCo…
DConnectivityServiceIntegrationTest.kt146 val intent = Intent(realContext, NetworkStackInstrumentationService::class.java) in <lambda>()