Home
last modified time | relevance | path

Searched refs:ciw (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1548 CellIdentityWcdma ciw = (CellIdentityWcdma) ci; in setRefLocation() local
1549 cid = ciw.getCid(); in setRefLocation()
1550 lac = ciw.getLac(); in setRefLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1913 CellInfoWcdma ciw = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoList_1_4ForWcdma() local
1914 ciw.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_4ForWcdma()
1922 assertEquals(expected, ciw); in testConvertHalCellInfoList_1_4ForWcdma()