Searched refs:ncCell (Results 1 – 2 of 2) sorted by relevance
300 NetworkCapabilities ncCell = new NetworkCapabilities(); in testEndToEndLogging() local302 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in testEndToEndLogging()305 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in testEndToEndLogging()
73 NetworkCapabilities ncCell = new NetworkCapabilities(); in setUp() local75 ncCell.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); in setUp()79 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); in setUp()