Searched refs:isMultipleEnabledProfileSupported (Results 1 – 6 of 6) sorted by relevance
530 assertFalse(mUiccSlot.isMultipleEnabledProfileSupported()); in testMultipleEnabledProfilesData()538 assertTrue(mUiccSlot.isMultipleEnabledProfileSupported()); in testMultipleEnabledProfilesData()549 assertTrue(mUiccSlot.isMultipleEnabledProfileSupported()); in testMultipleEnabledProfilesData()559 assertTrue(mUiccSlot.isMultipleEnabledProfileSupported()); in testMultipleEnabledProfilesData()
340 public boolean isMultipleEnabledProfileSupported() { in isMultipleEnabledProfileSupported() method in UiccSlot669 pw.println("isEuiccSupportsMultipleEnabledProfiles=" + isMultipleEnabledProfileSupported()); in dump()691 + mIsEuicc + ", MEP=" + isMultipleEnabledProfileSupported() + ", mPortIdxToPhoneId=" in toString()
1223 slot.isMultipleEnabledProfileSupported(), portInfos); in getAllUiccCardInfos()
1869 when(mUiccSlot.isMultipleEnabledProfileSupported()).thenReturn(false); in setUpUiccSlotData()1874 when(mUiccSlot.isMultipleEnabledProfileSupported()).thenReturn(true); in setUpUiccSlotDataWithMEP()
650 .filter(UiccSlot::isMultipleEnabledProfileSupported) in pullDeviceTelephonyProperties()
1311 if (!slot.isMultipleEnabledProfileSupported()) { in getResolvedPortIndexForSubscriptionSwitch()