Home
last modified time | relevance | path

Searched refs:getCellLocation (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java169 doReturn(cellLocation).when(mSST).getCellLocation(); in testGetCellLocation()
170 assertEquals(cellLocation, mPhoneUT.getCellLocation()); in testGetCellLocation()
197 CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.getCellLocation(); in testGetCellLocation()
DDefaultPhoneNotifierTest.java244 doReturn(mGsmCellLocation).when(mPhone).getCellLocation(); in testNotifyCellLocation()
DServiceStateTrackerTest.java333 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(); in testGsmCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java113 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl354 Bundle getCellLocation(String callingPkg); in getCellLocation() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java221 CellLocation getCellLocation(); in getCellLocation() method
DDefaultPhoneNotifier.java216 sender.getCellLocation().fillInNotifierBundle(data); in notifyCellLocation()
DGsmCdmaCallTracker.java1383 CellLocation loc = mPhone.getCellLocation(); in handleMessage()
DGsmCdmaPhone.java414 public CellLocation getCellLocation() { in getCellLocation() method in GsmCdmaPhone
416 return mSST.getCellLocation(); in getCellLocation()
DServiceStateTracker.java1133 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()
3601 public CellLocation getCellLocation() { in getCellLocation() method in ServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java113 public CellLocation getCellLocation() { in getCellLocation() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java153 public CellLocation getCellLocation() { in getCellLocation() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1065 public CellLocation getCellLocation() { in getCellLocation() method in PhoneMock
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java913 public CellLocation getCellLocation() { in getCellLocation() method in TelephonyManager
920 Bundle bundle = telephony.getCellLocation(mContext.getOpPackageName()); in getCellLocation()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java2016 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4056 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28655 method public android.telephony.CellLocation getCellLocation();
/frameworks/base/api/
Dcurrent.txt37208 method public android.telephony.CellLocation getCellLocation();
Dtest-current.txt37285 method public android.telephony.CellLocation getCellLocation();
Dsystem-current.txt40158 method public android.telephony.CellLocation getCellLocation();