Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java115 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java228 doReturn(cellLocation).when(mSST).getCellLocation(); in testGetCellLocation()
229 assertEquals(cellLocation, mPhoneUT.getCellLocation()); in testGetCellLocation()
235 doReturn(cdmaCellLocation).when(mSST).getCellLocation(); in testGetCellLocation()
238 (CdmaCellLocation) mPhoneUT.getCellLocation(); in testGetCellLocation()
DDefaultPhoneNotifierTest.java248 doReturn(mGsmCellLocation).when(mPhone).getCellLocation(); in testNotifyCellLocation()
DServiceStateTrackerTest.java737 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(); in testGsmCellLocation()
761 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellLocation(); in testCdmaCellLocation()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl297 Bundle getCellLocation(String callingPkg); in getCellLocation() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1886 public CellLocation getCellLocation() { in getCellLocation() method in Phone
1887 return getServiceStateTracker().getCellLocation(); in getCellLocation()
1894 public void getCellLocation(WorkSource workSource, Message rspMsg) { in getCellLocation() method in Phone
DServiceStateTracker.java1222 mPhone.notifyLocationChanged(getCellLocation()); in handleMessage()
1565 AsyncResult.forMessage(rspRspMsg, getCellLocation(), ar.exception); in handleMessage()
3394 mPhone.notifyLocationChanged(getCellLocation()); in pollStateDone()
3896 public CellLocation getCellLocation() { in getCellLocation() method in ServiceStateTracker
DGsmCdmaCallTracker.java1537 CellLocation loc = mPhone.getCellLocation(); in handleMessage()
DGsmCdmaPhone.java515 public void getCellLocation(WorkSource workSource, Message rspMsg) { in getCellLocation() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1075 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation() method in PhoneMock
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1953 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java3811 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...