Searched refs:mockCellLocation (Results 1 – 1 of 1) sorted by relevance
199 CellLocation mockCellLocation = mock(CellLocation.class); in shouldGiveCellLocation() local200 shadowOf(telephonyManager).setCellLocation(mockCellLocation); in shouldGiveCellLocation()201 assertEquals(mockCellLocation, telephonyManager.getCellLocation()); in shouldGiveCellLocation()202 verify(listener).onCellLocationChanged(mockCellLocation); in shouldGiveCellLocation()