Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl244 Bundle getCellLocation(); in getCellLocation() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java113 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
DGSMPhone.java264 public CellLocation getCellLocation() { in getCellLocation() method in GSMPhone
265 return mSST.getCellLocation(); in getCellLocation()
DGsmServiceStateTracker.java448 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()
1416 public CellLocation getCellLocation() { in getCellLocation() method in GsmServiceStateTracker
DGsmCallTracker.java915 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java160 sender.getCellLocation().fillInNotifierBundle(data); in notifyCellLocation()
DPhone.java182 CellLocation getCellLocation(); in getCellLocation() method
DPhoneProxy.java287 public CellLocation getCellLocation() { in getCellLocation() method in PhoneProxy
288 return mActivePhone.getCellLocation(); in getCellLocation()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java310 public CellLocation getCellLocation() { in getCellLocation() method in TelephonyManager
312 Bundle bundle = getITelephony().getCellLocation(); in getCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java129 public CellLocation getCellLocation() { in getCellLocation() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java543 public CellLocation getCellLocation() { in getCellLocation() method in CDMAPhone
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java1723 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation(); in requestRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2313 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
/frameworks/base/api/
Dcurrent.txt23388 method public android.telephony.CellLocation getCellLocation();