Searched refs:getGlobalCellId (Results 1 – 7 of 7) sorted by relevance
67 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 …]
67 assertNull(ci.getGlobalCellId()); in testDefaultConstructor()88 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
58 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructor()
68 assertEquals(globalCi, cellIdentityNr.getGlobalCellId()); in testGetMethod()
81 assertEquals(globalCi, ci.getGlobalCellId()); in testConstructorWithThreeDigitMnc()
73 assertEquals(globalCi, ci.getGlobalCellId()); in testDefaultConstructor()
196 public String getGlobalCellId() { in getGlobalCellId() method in CellIdentity208 return TextUtils.equals(this.getGlobalCellId(), ci.getGlobalCellId()); in isSameCell()