Searched refs:getCurrentCellIdentity (Results 1 – 9 of 9) sorted by relevance
115 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in setUp()537 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in testUseCurrentTacStatsWithEnoughData()571 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in testUseAllTacStatsIfNoEnoughDataWithCurrentTac()616 when(mPhone.getCurrentCellIdentity()).thenReturn(mCellIdentity); in testSwitchCarrierFallbackToColdStartValue()
741 doReturn(null).when(mPhone).getCurrentCellIdentity(); in testUsingEmergencyNumberDatabaseWithRoutingInOOS()752 doReturn(mCellIdentity).when(mPhone).getCurrentCellIdentity(); in testUsingEmergencyNumberDatabaseWithRoutingInOOS()
365 doReturn(mGsmCellLocation).when(mPhone).getCurrentCellIdentity(); in testNotifyCellLocation()
447 assertEquals(cellLocation, mPhoneUT.getCurrentCellIdentity()); in testGetCellLocation()456 (CellIdentityCdma) mPhoneUT.getCurrentCellIdentity(); in testGetCellLocation()
740 doReturn(mCellIdentity).when(mPhone).getCurrentCellIdentity(); in setUp()
841 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in adjustRoutingForEmergencyNumbers()
1048 final CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth()
1616 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in handleMessage()
2138 public CellIdentity getCurrentCellIdentity() { in getCurrentCellIdentity() method in Phone