Home
last modified time | relevance | path

Searched refs:getCurrentCellIdentity (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimatorTest.java107 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java232 doReturn(mGsmCellLocation).when(mPhone).getCurrentCellIdentity(); in testNotifyCellLocation()
DGsmCdmaPhoneTest.java391 assertEquals(cellLocation, mPhoneUT.getCurrentCellIdentity()); in testGetCellLocation()
400 (CellIdentityCdma) mPhoneUT.getCurrentCellIdentity(); in testGetCellLocation()
DTelephonyTest.java579 doReturn(mCellIdentity).when(mPhone).getCurrentCellIdentity(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimator.java921 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth()
DDcTracker.java4226 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in getCellLocationId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1590 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in handleMessage()
DPhone.java2008 public CellIdentity getCurrentCellIdentity() { in getCurrentCellIdentity() method in Phone