Searched refs:mCellLocation (Results 1 – 2 of 2) sorted by relevance
114 private CellLocation mCellLocation; field in TelephonyRegistryTest252 mCellLocation = location; in onCellLocationChanged()353 mCellLocation = null; in tearDown()1365 mCellLocation = null; in testNotifyCellLocationForSubscriberByUserSwitched()1369 assertEquals(cellIdentity.asCellLocation(), mCellLocation); in testNotifyCellLocationForSubscriberByUserSwitched() local1375 mCellLocation = null; in testNotifyCellLocationForSubscriberByUserSwitched()1379 assertEquals(null, mCellLocation); in testNotifyCellLocationForSubscriberByUserSwitched()
284 protected CellLocation mCellLocation; field in TelephonyTest571 mCellLocation = Mockito.mock(CellLocation.class); in setUp()741 doReturn(mCellLocation).when(mCellIdentity).asCellLocation(); in setUp()