Searched defs:getCellLocation (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
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 DGSMPhone.java264 public CellLocation getCellLocation() { method in class:GSMPhone
265 return mSST.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/
H A DPhoneProxy.java287 public CellLocation getCellLocation() { method in class:PhoneProxy
288 return mActivePhone.getCellLocation();
H A DPhone.java182 CellLocation getCellLocation(); method in interface:Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java543 public CellLocation getCellLocation() { method in class:CDMAPhone

Completed in 94 milliseconds