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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java115 CellLocation cl = mPhone.getCellLocation();
H A DGSMPhone.java282 public CellLocation getCellLocation() { method in class:GSMPhone
283 return mSST.getCellLocation();
H A DGsmServiceStateTracker.java467 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
1595 public CellLocation getCellLocation() { method in class:GsmServiceStateTracker
1597 if (DBG) log("getCellLocation(): X good mCellLoc=" + mCellLoc);
1622 if (DBG) log("getCellLocation(): X ret GSM info=" + cellLocOther);
1630 if (DBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther);
1643 log("getCellLocation(): possible LTE cellLocOther=" + cellLocOther);
1649 log("getCellLocation(): X ret best answer cellLocOther=" + cellLocOther);
1654 log("getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=" + mCellLoc);
H A DGsmCallTracker.java931 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl343 Bundle getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java212 sender.getCellLocation().fillInNotifierBundle(data);
H A DPhone.java187 CellLocation getCellLocation(); method in interface:Phone
H A DPhoneProxy.java347 public CellLocation getCellLocation() { method in class:PhoneProxy
348 return mActivePhone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java154 public CellLocation getCellLocation() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java114 public CellLocation getCellLocation() { method in class:SipPhoneBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java729 public CellLocation getCellLocation() { method in class:TelephonyManager
731 Bundle bundle = getITelephony().getCellLocation();
2546 * This is preferred over using getCellLocation although for older
2547 * devices this may return null in which case getCellLocation should
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1941 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java632 public CellLocation getCellLocation() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2737 CellLocation loc = mPhone.getCellLocation();

Completed in 4894 milliseconds