/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellIdentityTest.java | 76 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()
|
D | CellInfoTest.java | 883 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 …]
|
D | TelephonyManagerTest.java | 1958 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()
|
D | PhoneStateListenerTest.java | 1151 public void onRegistrationFailed(CellIdentity cid, String chosenPlmn, in testOnRegistrationFailed()
|
D | TelephonyCallbackTest.java | 1380 public void onRegistrationFailed(CellIdentity cid, String chosenPlmn, in onRegistrationFailed() argument
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockDataService.java | 185 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()
|
D | MockNetworkService.java | 259 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()
|
D | IRadioDataImpl.java | 118 public void deactivateDataCall(int serial, int cid, int reason) { in deactivateDataCall() argument 121 mMockDataService.deactivateDataCall(cid, reason); in deactivateDataCall()
|
D | MockNetworkConfig.java | 276 wcdma.cellIdentityWcdma.cid = Integer.parseInt(parser.nextText().trim()); in loadWcdmaCellIdentity()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/ |
D | poc.c | 112 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/ |
D | system-current.txt | 12029 field public static final String CID = "cid";
|
D | current.txt | 37898 field public static final String CONTENT_ID = "cid";
|