Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java937 CellIdentityCdma newCellIdentity = null; in testHasLocationChanged() local
939 boolean hasLocationChanged = (cellIdentity == null ? newCellIdentity != null in testHasLocationChanged()
940 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()
944 hasLocationChanged = (cellIdentity == null ? newCellIdentity != null in testHasLocationChanged()
945 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()
948 newCellIdentity = new CellIdentityCdma(1, 2, 3, 4, 5, "test", "tst"); in testHasLocationChanged()
949 hasLocationChanged = (cellIdentity == null ? newCellIdentity != null in testHasLocationChanged()
950 : !cellIdentity.isSameCell(newCellIdentity)); in testHasLocationChanged()