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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl244 Bundle getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java113 CellLocation cl = mPhone.getCellLocation();
H A DGSMPhone.java264 public CellLocation getCellLocation() { method in class:GSMPhone
265 return mSST.getCellLocation();
H A DGsmServiceStateTracker.java448 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
1416 public CellLocation getCellLocation() { method in class:GsmServiceStateTracker
1418 if (DBG) log("getCellLocation(): X good mCellLoc=" + mCellLoc);
1443 if (DBG) log("getCellLocation(): X ret GSM info=" + cellLocOther);
1451 if (DBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther);
1464 log("getCellLocation(): possible LTE cellLocOther=" + cellLocOther);
1470 log("getCellLocation(): X ret best answer cellLocOther=" + cellLocOther);
1475 log("getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=" + mCellLoc);
H A DGsmCallTracker.java915 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java160 sender.getCellLocation().fillInNotifierBundle(data);
H A DPhone.java182 CellLocation getCellLocation(); method in interface:Phone
H A DPhoneProxy.java287 public CellLocation getCellLocation() { method in class:PhoneProxy
288 return mActivePhone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java129 public CellLocation getCellLocation() { method in class:SipPhoneBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java310 public CellLocation getCellLocation() { method in class:TelephonyManager
312 Bundle bundle = getITelephony().getCellLocation();
1426 * This is preferred over using getCellLocation although for older
1427 * devices this may return null in which case getCellLocation should
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java543 public CellLocation getCellLocation() { method in class:CDMAPhone
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1723 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2313 CellLocation loc = mPhone.getCellLocation();

Completed in 180 milliseconds