Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
DUiccInfoEntity.java31 boolean isMultipleEnabledProfilesSupported, int cardState, boolean isRemovable, in UiccInfoEntity() argument
38 this.isMultipleEnabledProfilesSupported = isMultipleEnabledProfilesSupported; in UiccInfoEntity()
64 public boolean isMultipleEnabledProfilesSupported; field in UiccInfoEntity
87 result = 31 * result + Boolean.hashCode(isMultipleEnabledProfilesSupported); in hashCode()
110 && isMultipleEnabledProfilesSupported == info.isMultipleEnabledProfilesSupported in equals()
130 .append(isMultipleEnabledProfilesSupported) in toString()
/frameworks/base/telephony/java/android/telephony/
DUiccCardInfo.java104 boolean isRemovable, boolean isMultipleEnabledProfilesSupported, in UiccCardInfo() argument
112 this.mIsMultipleEnabledProfilesSupported = isMultipleEnabledProfilesSupported; in UiccCardInfo()
207 public boolean isMultipleEnabledProfilesSupported() { in isMultipleEnabledProfilesSupported() method in UiccCardInfo
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DAnswerToResetTest.java267 assertTrue(atr.isMultipleEnabledProfilesSupported()); in testAnswerToRestEuiccMultipleEnabledProfilesSupported()
277 assertFalse(atr.isMultipleEnabledProfilesSupported()); in testAnswerToRestEuiccMultipleEnabledProfilesNotSupported()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAnswerToReset.java488 public boolean isMultipleEnabledProfilesSupported() { in isMultipleEnabledProfilesSupported() method in AnswerToReset
DUiccSlot.java264 && mAtr != null && mAtr.isMultipleEnabledProfilesSupported()) { in updateSupportedMepMode()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt46418 method public boolean isMultipleEnabledProfilesSupported();