Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DUiccSlotMapping.java132 public int getLogicalSlotIndex() { in getLogicalSlotIndex() method in UiccSlotMapping
DUiccPortInfo.java137 public int getLogicalSlotIndex() { in getLogicalSlotIndex() method in UiccPortInfo
DUiccSlotInfo.java151 : portList.get(0).getLogicalSlotIndex(); in UiccSlotInfo()
DTelephonyManager.java3794 int simState = getSimState(getLogicalSlotIndex(physicalSlotIndex, activePort)); in getSimCardState()
3820 int simState = getSimState(getLogicalSlotIndex(physicalSlotIndex, portIndex)); in getSimCardState()
3847 private int getLogicalSlotIndex(int physicalSlotIndex, int portIndex) { in getLogicalSlotIndex() method in TelephonyManager
3853 return portInfo.getLogicalSlotIndex(); in getLogicalSlotIndex()
3908 int simState = getSimStateForSlotIndex(getLogicalSlotIndex(physicalSlotIndex, activePort)); in getSimApplicationState()
3936 int simState = getSimStateForSlotIndex(getLogicalSlotIndex(physicalSlotIndex, portIndex)); in getSimApplicationState()
4472 Collectors.groupingBy(UiccSlotMapping::getLogicalSlotIndex)); in isSlotMappingValid()
4590 slotMapping.put(slotMap.getLogicalSlotIndex(), slotMap.getPhysicalSlotIndex()); in getLogicalToPhysicalSlotMapping()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java2291 Phone phone = PhoneFactory.getPhone(portInfo.getLogicalSlotIndex()); in isSimPortAvailable()
2293 Log.e(TAG, "Invalid logical slot: " + portInfo.getLogicalSlotIndex()); in isSimPortAvailable()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DFlexibilityControllerTest.java1166 doReturn(1).when(sim1).getLogicalSlotIndex(); in testCarrierPrivilegedAppBypass()
1167 doReturn(2).when(sim2).getLogicalSlotIndex(); in testCarrierPrivilegedAppBypass()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java1771 final int logicalIndex = mapping.getLogicalSlotIndex(); in updateCarrierPrivilegedCallbackRegistration()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java4447 int logicalSlotIdx = mapping.getLogicalSlotIndex(); in convertSimSlotsMapping()
4461 physicalSlots[mapping.getLogicalSlotIndex()] = mapping.getPhysicalSlotIndex(); in convertSlotMappingToList()
/frameworks/base/core/api/
Dsystem-current.txt15685 method @IntRange(from=0) public int getLogicalSlotIndex();
Dcurrent.txt46427 method @IntRange(from=0) public int getLogicalSlotIndex();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...