Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java68 assertTrue(globalCi.equals(ci.getGlobalCellId())); in testDefaultConstructor()
86 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithThreeDigitMnc()
104 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithTwoDigitMnc()
118 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
128 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
138 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
148 assertNull(ci.getGlobalCellId()); in testConstructorWithEmptyMccMnc()
227 assertNull(ci.getGlobalCellId()); in testgetGlobalCellId()
232 assertNull(ci.getGlobalCellId()); in testgetGlobalCellId()
237 assertNull(ci.getGlobalCellId()); in testgetGlobalCellId()
[all …]
DCellIdentityTdscdmaTest.java68 assertNull(ci.getGlobalCellId()); in testDefaultConstructor()
89 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
DCellIdentityCdmaTest.java59 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
DCellIdentityWcdmaTest.java82 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithThreeDigitMnc()
DCellIdentityLteTest.java74 assertEquals(globalCi, ci.getGlobalCellId()); in testDefaultConstructor()
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java195 public String getGlobalCellId() { in getGlobalCellId() method in CellIdentity
207 return TextUtils.equals(this.getGlobalCellId(), ci.getGlobalCellId()); in isSameCell()