Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java67 assertTrue(globalCi.equals(ci.getGlobalCellId())); in testDefaultConstructor()
85 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithThreeDigitMnc()
103 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithTwoDigitMnc()
117 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
127 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
137 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
147 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
226 assertNull(ci.getGlobalCellId()); in testgetGlobalCellId()
231 assertNull(ci.getGlobalCellId()); in testgetGlobalCellId()
236 assertNull(ci.getGlobalCellId()); in testgetGlobalCellId()
[all …]
DCellIdentityTdscdmaTest.java67 assertNull(ci.getGlobalCellId()); in testDefaultConstructor()
88 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
DCellIdentityCdmaTest.java58 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
DCellIdentityNrTest.java68 assertEquals(globalCi, cellIdentityNr.getGlobalCellId()); in testGetMethod()
DCellIdentityWcdmaTest.java81 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithThreeDigitMnc()
DCellIdentityLteTest.java73 assertEquals(globalCi, ci.getGlobalCellId()); in testDefaultConstructor()
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java196 public String getGlobalCellId() { in getGlobalCellId() method in CellIdentity
208 return TextUtils.equals(this.getGlobalCellId(), ci.getGlobalCellId()); in isSameCell()