Searched refs:cids (Results 1 – 1 of 1) sorted by relevance
2593 List<CellIdentity> cids; in testCellIdentitySort() local2600 cids = ServiceStateTracker.getPrioritizedCellIdentities(ss); in testCellIdentitySort()2601 assertEquals(cids.size(), 1); in testCellIdentitySort()2602 assertEquals(cids.get(0), cellIdentityLte); in testCellIdentitySort()2609 cids = ServiceStateTracker.getPrioritizedCellIdentities(ss); in testCellIdentitySort()2610 assertEquals(cids.size(), 2); in testCellIdentitySort()2611 assertEquals(cids.get(0), cellIdentityGsm); in testCellIdentitySort()2612 assertEquals(cids.get(1), cellIdentityLte); in testCellIdentitySort()2619 cids = ServiceStateTracker.getPrioritizedCellIdentities(ss); in testCellIdentitySort()2620 assertEquals(cids.size(), 2); in testCellIdentitySort()[all …]