Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DClosedSubscriberGroupInfoTest.java29 private static final int CSG_IDENTITY = 1234; field in ClosedSubscriberGroupInfoTest
34 CSG_INDICATOR, HOME_NODEB_NAME, CSG_IDENTITY); in testConstructorNormalInput()
38 assertEquals(CSG_IDENTITY, csgInfo.getCsgIdentity()); in testConstructorNormalInput()
44 CSG_INDICATOR, null, CSG_IDENTITY); in testConstructorHomeNodebNameIsNull()
48 assertEquals(CSG_IDENTITY, csgInfo.getCsgIdentity()); in testConstructorHomeNodebNameIsNull()
54 CSG_INDICATOR, HOME_NODEB_NAME, CSG_IDENTITY); in testEqualsSameValues()
57 CSG_INDICATOR, new String(HOME_NODEB_NAME), CSG_IDENTITY); in testEqualsSameValues()
65 CSG_INDICATOR, null /* homeNodebName */, CSG_IDENTITY); in testEqualsHomeNodebNameIsNull()
67 CSG_INDICATOR, ""/* homeNodebName */, CSG_IDENTITY); in testEqualsHomeNodebNameIsNull()
75 CSG_INDICATOR, HOME_NODEB_NAME, CSG_IDENTITY); in testParcel()
H A DRILTest.java289 private static final int CSG_IDENTITY = 0xC0FFEE; field in RILTest
1984 csgInfo.csgIdentity = CSG_IDENTITY; in getHalCsgInfo()
2017 assertEquals(CSG_IDENTITY, in testCellIdentityLte_1_5_CsgInfo()
2063 assertEquals(CSG_IDENTITY, in testCellIdentityWcdma_1_5_CsgInfo()
2109 assertEquals(CSG_IDENTITY, in testCellIdentityTdscdma_1_5_CsgInfo()