Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6092 List<UiccSlotMapping> slotMappingList = new ArrayList<>(); in testSimSlotMapping() local
6102 slotMappingList.add(slotMapping1); in testSimSlotMapping()
6103 slotMappingList.add(slotMapping2); in testSimSlotMapping()
6105 mTelephonyManager.setSimSlotMapping(slotMappingList); in testSimSlotMapping()
6110 slotMappingList.clear(); in testSimSlotMapping()
6121 slotMappingList.add(slotMapping3); in testSimSlotMapping()
6122 slotMappingList.add(slotMapping4); in testSimSlotMapping()
6124 mTelephonyManager.setSimSlotMapping(slotMappingList); in testSimSlotMapping()
6129 slotMappingList.clear(); in testSimSlotMapping()
6140 slotMappingList.add(slotMapping5); in testSimSlotMapping()
[all …]