Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityMetricsTest.java251 NetworkCapabilities ncCell = new NetworkCapabilities(); in testEndToEndLogging() local
253 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in testEndToEndLogging()
256 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in testEndToEndLogging()
DNetdEventListenerServiceTest.java67 NetworkCapabilities ncCell = new NetworkCapabilities(); in setUp() local
69 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in setUp()
73 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in setUp()