Searched refs:HOME_NODEB_NAME (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ClosedSubscriberGroupInfoTest.java | 27 private static final String HOME_NODEB_NAME = "MyHomeNodeB"; field in ClosedSubscriberGroupInfoTest 34 CSG_INDICATOR, HOME_NODEB_NAME, CSG_IDENTITY); in testConstructorNormalInput() 37 assertEquals(HOME_NODEB_NAME, csgInfo.getHomeNodebName()); in testConstructorNormalInput() 54 CSG_INDICATOR, HOME_NODEB_NAME, CSG_IDENTITY); in testEqualsSameValues() 57 CSG_INDICATOR, new String(HOME_NODEB_NAME), CSG_IDENTITY); in testEqualsSameValues() 75 CSG_INDICATOR, HOME_NODEB_NAME, CSG_IDENTITY); in testParcel()
|
H A D | RILTest.java | 288 private static final String HOME_NODEB_NAME = "Android Network"; field in RILTest 1983 csgInfo.homeNodebName = HOME_NODEB_NAME; in getHalCsgInfo() 2015 assertEquals(HOME_NODEB_NAME, in testCellIdentityLte_1_5_CsgInfo() 2061 assertEquals(HOME_NODEB_NAME, in testCellIdentityWcdma_1_5_CsgInfo() 2107 assertEquals(HOME_NODEB_NAME, in testCellIdentityTdscdma_1_5_CsgInfo()
|