Searched refs:ncCell (Results 1 – 2 of 2) sorted by relevance
251 NetworkCapabilities ncCell = new NetworkCapabilities(); in testEndToEndLogging() local253 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in testEndToEndLogging()256 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in testEndToEndLogging()
67 NetworkCapabilities ncCell = new NetworkCapabilities(); in setUp() local69 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in setUp()73 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in setUp()