Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DLinkBandwidthEstimatorTest.java115 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTrackerTest.java741 doReturn(null).when(mPhone).getCurrentCellIdentity(); in testUsingEmergencyNumberDatabaseWithRoutingInOOS()
752 doReturn(mCellIdentity).when(mPhone).getCurrentCellIdentity(); in testUsingEmergencyNumberDatabaseWithRoutingInOOS()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java365 doReturn(mGsmCellLocation).when(mPhone).getCurrentCellIdentity(); in testNotifyCellLocation()
DGsmCdmaPhoneTest.java447 assertEquals(cellLocation, mPhoneUT.getCurrentCellIdentity()); in testGetCellLocation()
456 (CellIdentityCdma) mPhoneUT.getCurrentCellIdentity(); in testGetCellLocation()
DTelephonyTest.java740 doReturn(mCellIdentity).when(mPhone).getCurrentCellIdentity(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyNumberTracker.java841 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in adjustRoutingForEmergencyNumbers()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java1048 final CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1616 CellLocation loc = mPhone.getCurrentCellIdentity().asCellLocation(); in handleMessage()
DPhone.java2138 public CellIdentity getCurrentCellIdentity() { in getCurrentCellIdentity() method in Phone