Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellIdentityTest.java76 int cid = 456; in testCellIdentityGsm_asCellLocation() local
78 new CellIdentityGsm(lac, cid, 0, 0, null, null, null, null, EMPTY_SET); in testCellIdentityGsm_asCellLocation()
84 assertEquals(cid, gsmCellLocation.getCid()); in testCellIdentityGsm_asCellLocation()
148 int cid = 456; in testCellIdentityTdscdma_asCellLocation() local
150 new CellIdentityTdscdma(null, null, lac, cid, 0, 0, null, null, EMPTY_SET, null); in testCellIdentityTdscdma_asCellLocation()
156 assertEquals(cid, gsmCellLocation.getCid()); in testCellIdentityTdscdma_asCellLocation()
175 int cid = 456; in testCellIdentityWcdma_asCellLocation() local
178 new CellIdentityWcdma(lac, cid, psc, 0, null, null, null, null, EMPTY_SET, null); in testCellIdentityWcdma_asCellLocation()
184 assertEquals(cid, gsmCellLocation.getCid()); in testCellIdentityWcdma_asCellLocation()
DCellInfoTest.java883 int cid = wcdma.getCid(); in verifyCellIdentityWcdma() local
884 assertTrue("getCid() out of range [0, 268435455], cid=" + cid, in verifyCellIdentityWcdma()
885 (cid >= 0 && cid <= CID_UMTS) || cid == CellInfo.UNAVAILABLE); in verifyCellIdentityWcdma()
910 assertTrue("CID is required for registered cells", cid != CellInfo.UNAVAILABLE); in verifyCellIdentityWcdma()
1006 int cid = gsm.getCid(); in verifyCellIdentityGsm() local
1007 assertTrue("getCid() out range [0, 65535], cid=" + cid, in verifyCellIdentityGsm()
1008 cid == CellInfo.UNAVAILABLE || (cid >= 0 && cid <= CID_GSM)); in verifyCellIdentityGsm()
1026 assertTrue("CID is required for registered cells", cid != CellInfo.UNAVAILABLE); in verifyCellIdentityGsm()
1123 int cid = tdscdma.getCid(); in verifyCellIdentityTdscdma() local
1124 assertTrue("getCid() out of range [0, 268435455], cid=" + cid, in verifyCellIdentityTdscdma()
[all …]
DTelephonyManagerTest.java1958 final CellIdentity cid = nri.getCellIdentity(); in testNetworkTypeMatchesCellIdentity() local
1964 assertNull("There is no valid cell type for WLAN", cid); in testNetworkTypeMatchesCellIdentity()
1971 assertNull(cid); in testNetworkTypeMatchesCellIdentity()
1979 assertNotNull("The cid must be known for a cell providing service", cid); in testNetworkTypeMatchesCellIdentity()
1982 sNetworkTypes.get(cid.getClass()).contains(networkType)); in testNetworkTypeMatchesCellIdentity()
5466 for (CellIdentity cid : getRegisteredCellIdentities()) { in testGetAllCellInfo()
5467 if (cellIdentity.isSameCell(cid)) isSameCell = true; in testGetAllCellInfo()
6894 for (int cid : testCarrierInfo.getCallerCarrierIds()) { in testCarrierRestrictionStatusAllowList()
6896 mTelephonyManager, (tm) -> tm.getShaIdFromAllowList(srcPkg, cid)); in testCarrierRestrictionStatusAllowList()
DPhoneStateListenerTest.java1151 public void onRegistrationFailed(CellIdentity cid, String chosenPlmn, in testOnRegistrationFailed()
DTelephonyCallbackTest.java1380 public void onRegistrationFailed(CellIdentity cid, String chosenPlmn, in onRegistrationFailed() argument
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockDataService.java185 dc.cid = this.mImsCid; in setupDataCall()
200 dc.cid = this.mInternetCid; in setupDataCall()
243 void deactivateDataCall(int cid, int reason) { in deactivateDataCall() argument
248 if (dc.cid == cid) { in deactivateDataCall()
257 int cid = (apnType == APN_TYPE_IMS) ? mImsCid : mInternetCid; in checkExistDataCall() local
261 if (dc.cid == cid) { in checkExistDataCall()
381 int cid = 0; in getCid() local
384 cid = Integer.parseInt(strCid); in getCid()
389 return cid; in getCid()
DMockNetworkService.java259 int cid = tmp.getCarrierId(); in loadMockModemCell() local
262 if (mmc.getCarrierId() == cid) { in loadMockModemCell()
263 Log.d(TAG, "Carrier ID " + cid + " had been loaded."); in loadMockModemCell()
269 Log.d(TAG, "Load carrier(" + cid + ") " + config); in loadMockModemCell()
DIRadioDataImpl.java118 public void deactivateDataCall(int serial, int cid, int reason) { in deactivateDataCall() argument
121 mMockDataService.deactivateDataCall(cid, reason); in deactivateDataCall()
DMockNetworkConfig.java276 wcdma.cellIdentityWcdma.cid = Integer.parseInt(parser.nextText().trim()); in loadWcdmaCellIdentity()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dpoc.c112 int cid = 3; in trigger() local
123 ret = ioctl(dev_fd, FASTRPC_IOCTL_GETINFO, &cid); in trigger()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt12029 field public static final String CID = "cid";
Dcurrent.txt37898 field public static final String CONTENT_ID = "cid";