Home
last modified time | relevance | path

Searched refs:mCellLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java114 private CellLocation mCellLocation; field in TelephonyRegistryTest
252 mCellLocation = location; in onCellLocationChanged()
353 mCellLocation = null; in tearDown()
1365 mCellLocation = null; in testNotifyCellLocationForSubscriberByUserSwitched()
1369 assertEquals(cellIdentity.asCellLocation(), mCellLocation); in testNotifyCellLocationForSubscriberByUserSwitched() local
1375 mCellLocation = null; in testNotifyCellLocationForSubscriberByUserSwitched()
1379 assertEquals(null, mCellLocation); in testNotifyCellLocationForSubscriberByUserSwitched()
DTelephonyTest.java284 protected CellLocation mCellLocation; field in TelephonyTest
571 mCellLocation = Mockito.mock(CellLocation.class); in setUp()
741 doReturn(mCellLocation).when(mCellIdentity).asCellLocation(); in setUp()