Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2551 mmsNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR); in testMMSonCell() local
2552 mmsNetworkAgent.addCapability(NET_CAPABILITY_MMS); in testMMSonCell()
2553 mmsNetworkAgent.connectWithoutInternet(); in testMMSonCell()
2554 networkCallback.expectAvailableCallbacksUnvalidated(mmsNetworkAgent); in testMMSonCell()
2559 mmsNetworkAgent.expectDisconnected(); in testMMSonCell()