Searched refs:mCellAgent (Results 1 – 1 of 1) sorted by relevance
600 private TestNetworkAgentWrapper mCellAgent; field in ConnectivityServiceTest992 waitForIdle(mCellAgent, TIMEOUT_MS); in waitForIdle()2424 if (mCellAgent != null) {2425 mCellAgent.disconnect();2426 mCellAgent = null;2515 assertEquals(mCellAgent.getNetwork(), mCm.getActiveNetwork());2672 mCellAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR);2673 mCellAgent.addCapability(NET_CAPABILITY_SUPL);2675 mCellAgent.connect(true);2689 callback.expect(AVAILABLE, mCellAgent);[all …]