Searched refs:mCellNetworkAgent (Results 1 – 1 of 1) sorted by relevance
332 private TestNetworkAgentWrapper mCellNetworkAgent; field in ConnectivityServiceTest522 waitForIdle(mCellNetworkAgent, TIMEOUT_MS); in waitForIdle()1314 if (mCellNetworkAgent != null) { in tearDown()1315 mCellNetworkAgent.disconnect(); in tearDown()1316 mCellNetworkAgent = null; in tearDown()1364 assertEquals(mCm.getActiveNetwork(), mCellNetworkAgent.getNetwork()); in verifyActiveNetwork()1434 mCellNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR); in testNetworkFeature()1435 mCellNetworkAgent.addCapability(NET_CAPABILITY_SUPL); in testNetworkFeature()1438 mCellNetworkAgent.connect(true); in testNetworkFeature()1452 callback.expectCallback(CallbackEntry.AVAILABLE, mCellNetworkAgent); in testNetworkFeature()[all …]