Searched refs:getGlobalCellId (Results 1 – 6 of 6) sorted by relevance
68 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 …]
68 assertNull(ci.getGlobalCellId()); in testDefaultConstructor()89 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
59 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
82 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithThreeDigitMnc()
74 assertEquals(globalCi, ci.getGlobalCellId()); in testDefaultConstructor()
195 public String getGlobalCellId() { in getGlobalCellId() method in CellIdentity207 return TextUtils.equals(this.getGlobalCellId(), ci.getGlobalCellId()); in isSameCell()