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.java300 NetworkCapabilities ncCell = new NetworkCapabilities(); in testEndToEndLogging() local
302 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in testEndToEndLogging()
305 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in testEndToEndLogging()
DNetdEventListenerServiceTest.java73 NetworkCapabilities ncCell = new NetworkCapabilities(); in setUp() local
75 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in setUp()
79 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in setUp()