Searched refs:mCsHandlerThread (Results 1 – 1 of 1) sorted by relevance
328 private HandlerThread mCsHandlerThread; field in ConnectivityServiceTest521 HandlerUtilsKt.waitForIdle(mCsHandlerThread, TIMEOUT_MS); in waitForIdle()525 HandlerUtilsKt.waitForIdle(mCsHandlerThread, TIMEOUT_MS); in waitForIdle()617 HandlerUtilsKt.waitForIdle(mCsHandlerThread, TIMEOUT_MS); in TestNetworkAgentWrapper()1229 mCsHandlerThread = new HandlerThread("TestConnectivityService"); in setUp()1266 doReturn(mCsHandlerThread).when(deps).makeHandlerThread(); in makeDependencies()1328 mCsHandlerThread.quitSafely(); in tearDown()6823 mServiceContext, mCsHandlerThread.getLooper(), new NetworkAgentConfig()); in testLegacyExtraInfoSentToNetworkMonitor()6832 mServiceContext, mCsHandlerThread.getLooper(), config); in testLegacyExtraInfoSentToNetworkMonitor()7102 HandlerUtilsKt.waitForIdle(mCsHandlerThread, TIMEOUT_MS); in testRegisterUnregisterConnectivityDiagnosticsCallback()[all …]