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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java115 CellLocation cl = mPhone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java213 sender.getCellLocation().fillInNotifierBundle(data);
H A DPhoneInternalInterface.java262 CellLocation getCellLocation(WorkSource workSource); method in interface:PhoneInternalInterface
H A DPhone.java1700 public CellLocation getCellLocation() { method in class:Phone
1701 return getCellLocation(null);
H A DGsmCdmaCallTracker.java1453 CellLocation loc = mPhone.getCellLocation();
H A DGsmCdmaPhone.java438 public CellLocation getCellLocation(WorkSource workSource) { method in class:GsmCdmaPhone
440 return mSST.getCellLocation(workSource);
H A DServiceStateTracker.java1254 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation());
3467 public CellLocation getCellLocation(WorkSource workSource) { method in class:ServiceStateTracker
3470 if (VDBG) log("getCellLocation(): X good mCellLoc=" + mCellLoc);
3495 if (VDBG) log("getCellLocation(): X ret GSM info=" + cellLocOther);
3503 if (VDBG) log("getCellLocation(): X ret WCDMA info=" + cellLocOther);
3516 log("getCellLocation(): possible LTE cellLocOther=" + cellLocOther);
3522 log("getCellLocation(): X ret best answer cellLocOther=" + cellLocOther);
3527 log("getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=" + mCellLoc);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java246 doReturn(mGsmCellLocation).when(mPhone).getCellLocation();
H A DGsmCdmaPhoneTest.java241 doReturn(cellLocation).when(mSST).getCellLocation(workSource);
242 assertEquals(cellLocation, mPhoneUT.getCellLocation(workSource));
259 CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.getCellLocation();
270 (CdmaCellLocation) mPhoneUT.getCellLocation(workSource);
H A DServiceStateTrackerTest.java638 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java157 public CellLocation getCellLocation(WorkSource workSource) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java108 public CellLocation getCellLocation(WorkSource workSource) { method in class:SipPhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl381 Bundle getCellLocation(String callingPkg);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1077 public CellLocation getCellLocation(WorkSource workSource) { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1392 public CellLocation getCellLocation() { method in class:TelephonyManager
1396 Rlog.d(TAG, "getCellLocation returning null because telephony is null");
1399 Bundle bundle = telephony.getCellLocation(mContext.getOpPackageName());
1401 Rlog.d(TAG, "getCellLocation returning null because bundle is empty");
1406 Rlog.d(TAG, "getCellLocation returning null because CellLocation is empty");
1411 Rlog.d(TAG, "getCellLocation returning null due to RemoteException " + ex);
1414 Rlog.d(TAG, "getCellLocation returning null due to NullPointerException " + ex);
4385 * android.telephony.TelephonyManager#getCellLocation getCellLocation()}.
4388 * android.telephony.TelephonyManager#getCellLocation getCellLocatio
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java2244 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java4039 CellLocation loc = mPhone.getCellLocation();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 245 milliseconds