Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java3488 mmsNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR); in testMMSonCell() local
3489 mmsNetworkAgent.addCapability(NET_CAPABILITY_MMS); in testMMSonCell()
3490 mmsNetworkAgent.connectWithoutInternet(); in testMMSonCell()
3491 networkCallback.expectAvailableCallbacksUnvalidated(mmsNetworkAgent); in testMMSonCell()
3496 mmsNetworkAgent.expectDisconnected(); in testMMSonCell()