Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java425 int systemId = cdma.getSystemId(); in verifyCellIdentityCdma() local
426 assertTrue("getSystemId() out of range [0,32767], systemId=" + systemId, in verifyCellIdentityCdma()
427 systemId == CellInfo.UNAVAILABLE || (systemId >= 0 && systemId <= SYSTEM_ID)); in verifyCellIdentityCdma()
445 assertTrue("SID is required for registered cells", systemId != CellInfo.UNAVAILABLE); in verifyCellIdentityCdma()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
Dpoc.cpp69 const XML_Char *systemId; member