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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java153 public CellLocation getCellLocation() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java113 public CellLocation getCellLocation() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java223 CellLocation getCellLocation(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java412 public CellLocation getCellLocation() { method in class:GsmCdmaPhone
414 return mSST.getCellLocation();
H A DServiceStateTracker.java1164 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
3733 public CellLocation getCellLocation() { method in class:ServiceStateTracker
3736 if (DBG) log("getCellLocation(): X good mCellLoc=" + mCellLoc);
3761 if (DBG) log("getCellLocation(): X ret GSM info=" + cellLocOther);
3769 if (DBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther);
3782 log("getCellLocation(): possible LTE cellLocOther=" + cellLocOther);
3788 log("getCellLocation(): X ret best answer cellLocOther=" + cellLocOther);
3793 log("getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=" + mCellLoc);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java960 public CellLocation getCellLocation() { method in class:TelephonyManager
964 Rlog.d(TAG, "getCellLocation returning null because telephony is null");
967 Bundle bundle = telephony.getCellLocation(mContext.getOpPackageName());
969 Rlog.d(TAG, "getCellLocation returning null because bundle is empty");
974 Rlog.d(TAG, "getCellLocation returning null because CellLocation is empty");
979 Rlog.d(TAG, "getCellLocation returning null due to RemoteException " + ex);
982 Rlog.d(TAG, "getCellLocation returning null due to NullPointerException " + ex);
3167 * android.telephony.TelephonyManager#getCellLocation getCellLocation()}.
3170 * android.telephony.TelephonyManager#getCellLocation getCellLocatio
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1074 public CellLocation getCellLocation() { method in class:PhoneMock

Completed in 8225 milliseconds