Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java1178 CarrierRestrictionRules carrierRules = ShellIdentityUtils.invokeMethodWithShellPermissions( in getCarrierRestrictionRules() local
1182 assertTrue(carrierRules != null); in getCarrierRestrictionRules()
1183 assertTrue(carrierRules.getAllowedCarriersInfoList() != null); in getCarrierRestrictionRules()
1184 assertEquals(1, carrierRules.getAllowedCarriersInfoList().size()); in getCarrierRestrictionRules()
1185 CarrierInfo carrierInfo1 = carrierRules.getAllowedCarriersInfoList().get(0); in getCarrierRestrictionRules()
1190 assertEquals(carrierRules.getMultiSimPolicy(), in getCarrierRestrictionRules()
1224 CarrierRestrictionRules carrierRules = ShellIdentityUtils.invokeMethodWithShellPermissions( in getCarrierRestrictionRules_WithEphlmnList() local
1228 assertTrue(carrierRules != null); in getCarrierRestrictionRules_WithEphlmnList()
1229 Log.d("TestonMockModem", "CTS carrierRules = " +carrierRules); in getCarrierRestrictionRules_WithEphlmnList()
1230 assertTrue(carrierRules.getAllowedCarriersInfoList() != null); in getCarrierRestrictionRules_WithEphlmnList()
[all …]