Searched refs:mCellAgent (Results 1 – 1 of 1) sorted by relevance
602 private TestNetworkAgentWrapper mCellAgent; field in ConnectivityServiceTest994 waitForIdle(mCellAgent, TIMEOUT_MS); in waitForIdle()2470 if (mCellAgent != null) {2471 mCellAgent.disconnect();2472 mCellAgent = null;2561 assertEquals(mCellAgent.getNetwork(), mCm.getActiveNetwork());2718 mCellAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR);2719 mCellAgent.addCapability(NET_CAPABILITY_SUPL);2721 mCellAgent.connect(true);2735 callback.expect(AVAILABLE, mCellAgent);[all …]