Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java184 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()
DServiceStateTrackerTest.java992 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()
997 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()
1002 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java204 public boolean isSameCell(@Nullable CellIdentity ci) { in isSameCell() method in CellIdentity
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3533 ? primaryCellIdentity != null : !mCellIdentity.isSameCell(primaryCellIdentity); in pollStateDone()