Searched refs:pci (Results 1 – 1 of 1) sorted by relevance
517 int pci = nr.getPci(); in verifyCellIdentityNr() local518 assertTrue("getPci() out of range [0, 1007], pci = " + pci, 0 <= pci && pci <= 1007); in verifyCellIdentityNr()588 int pci = lte.getPci(); in verifyCellIdentityLte() local590 assertTrue("getPci() out of range [0, 503], pci=" + pci, in verifyCellIdentityLte()591 (pci== Integer.MAX_VALUE) || (pci >= 0 && pci <= PCI)); in verifyCellIdentityLte()