Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java517 int pci = nr.getPci(); in verifyCellIdentityNr() local
518 assertTrue("getPci() out of range [0, 1007], pci = " + pci, 0 <= pci && pci <= 1007); in verifyCellIdentityNr()
588 int pci = lte.getPci(); in verifyCellIdentityLte() local
590 assertTrue("getPci() out of range [0, 503], pci=" + pci, in verifyCellIdentityLte()
591 (pci== Integer.MAX_VALUE) || (pci >= 0 && pci <= PCI)); in verifyCellIdentityLte()