Home
last modified time | relevance | path

Searched refs:BASESTATION_ID (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityCdmaTest.java36 private static final int BASESTATION_ID = 65535; field in CellIdentityCdmaTest
47 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor()
57 + Integer.toString(BASESTATION_ID, 16); in testConstructor()
64 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0, in testNullIsland()
74 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
77 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
82 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
84 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
89 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
91 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
[all …]
H A DCellIdentityTest.java62 private static final int BASESTATION_ID = 65535; field in CellIdentityTest
145 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
202 CellIdentityCdma cdma = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, in testGetMccMncString()
H A DRILTest.java222 private static final int BASESTATION_ID = 65531; field in RILTest
1657 cellinfo.cellIdentityCdma.baseStationId = BASESTATION_ID; in testConvertHalCellInfoListForCdma()
1683 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma()
1904 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma()
1925 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo()
2579 cellinfo.cellIdentityCdma.base.baseStationId = BASESTATION_ID; in getCellInfoListForCdma()