Searched refs:isSameCell (Results 1 – 4 of 4) sorted by relevance
184 assertTrue(ciA.isSameCell(ciB)); in testIsSameCell()185 assertFalse(ciA.isSameCell(null)); in testIsSameCell()186 assertFalse(ciA.isSameCell(ciC)); in testIsSameCell()187 assertFalse(ciA.isSameCell(ciD)); in testIsSameCell()192 assertFalse(ciA.isSameCell(cellIdentityNr)); in testIsSameCell()
992 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()997 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()1002 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()
204 public boolean isSameCell(@Nullable CellIdentity ci) { in isSameCell() method in CellIdentity
3533 ? primaryCellIdentity != null : !mCellIdentity.isSameCell(primaryCellIdentity); in pollStateDone()