Searched refs:getCurrentCellIdentity (Results 1 – 8 of 8) sorted by relevance
107 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in setUp()477 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in testUseCurrentTacStatsWithEnoughData()511 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in testUseAllTacStatsIfNoEnoughDataWithCurrentTac()556 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in testSwitchCarrierFallbackToColdStartValue()
232 doReturn(mGsmCellLocation).when(mPhone).getCurrentCellIdentity(); in testNotifyCellLocation()
391 assertEquals(cellLocation, mPhoneUT.getCurrentCellIdentity()); in testGetCellLocation()400 (CellIdentityCdma) mPhoneUT.getCurrentCellIdentity(); in testGetCellLocation()
579 doReturn(mCellIdentity).when(mPhone).getCurrentCellIdentity(); in setUp()
921 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth()
4226 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in getCellLocationId()
1590 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in handleMessage()
2008 public CellIdentity getCurrentCellIdentity() { in getCurrentCellIdentity() method in Phone