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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java154 public CellLocation getCellLocation(WorkSource workSource) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java115 public CellLocation getCellLocation(WorkSource workSource) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java212 CellLocation getCellLocation(WorkSource workSource); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java415 public CellLocation getCellLocation(WorkSource workSource) { method in class:GsmCdmaPhone
417 return mSST.getCellLocation(workSource);
H A DServiceStateTracker.java1264 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
3396 public CellLocation getCellLocation(WorkSource workSource) { method in class:ServiceStateTracker
3399 if (VDBG) log("getCellLocation(): X good mCellLoc=" + mCellLoc);
3424 if (VDBG) log("getCellLocation(): X ret GSM info=" + cellLocOther);
3432 if (VDBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther);
3445 log("getCellLocation(): possible LTE cellLocOther=" + cellLocOther);
3451 log("getCellLocation(): X ret best answer cellLocOther=" + cellLocOther);
3456 log("getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=" + mCellLoc);
H A DPhone.java1650 public CellLocation getCellLocation() { method in class:Phone
1651 return getCellLocation(null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1081 public CellLocation getCellLocation(WorkSource workSource) { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1118 public CellLocation getCellLocation() { method in class:TelephonyManager
1122 Rlog.d(TAG, "getCellLocation returning null because telephony is null");
1125 Bundle bundle = telephony.getCellLocation(mContext.getOpPackageName());
1127 Rlog.d(TAG, "getCellLocation returning null because bundle is empty");
1132 Rlog.d(TAG, "getCellLocation returning null because CellLocation is empty");
1137 Rlog.d(TAG, "getCellLocation returning null due to RemoteException " + ex);
1140 Rlog.d(TAG, "getCellLocation returning null due to NullPointerException " + ex);
3562 * android.telephony.TelephonyManager#getCellLocation getCellLocation()}.
3565 * android.telephony.TelephonyManager#getCellLocation getCellLocatio
[all...]

Completed in 142 milliseconds