Searched refs:getCellLocation (Results 1 – 14 of 14) sorted by relevance
244 Bundle getCellLocation(); in getCellLocation() method
113 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
264 public CellLocation getCellLocation() { in getCellLocation() method in GSMPhone265 return mSST.getCellLocation(); in getCellLocation()
448 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()1416 public CellLocation getCellLocation() { in getCellLocation() method in GsmServiceStateTracker
915 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage()
160 sender.getCellLocation().fillInNotifierBundle(data); in notifyCellLocation()
182 CellLocation getCellLocation(); in getCellLocation() method
287 public CellLocation getCellLocation() { in getCellLocation() method in PhoneProxy288 return mActivePhone.getCellLocation(); in getCellLocation()
310 public CellLocation getCellLocation() { in getCellLocation() method in TelephonyManager312 Bundle bundle = getITelephony().getCellLocation(); in getCellLocation()
129 public CellLocation getCellLocation() { in getCellLocation() method in SipPhoneBase
543 public CellLocation getCellLocation() { in getCellLocation() method in CDMAPhone
1723 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation(); in requestRefLocation()
2313 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
23388 method public android.telephony.CellLocation getCellLocation();