/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
H A D | UiccControllerTest.java | 322 mUiccControllerUT.getCardIdForDefaultEuicc()); in testCardIdForDefaultEuicc() 461 mUiccControllerUT.getCardIdForDefaultEuicc()); in testEidNotSupported() 504 mUiccControllerUT.getCardIdForDefaultEuicc()); in testDefaultEuiccIsNotRemovable() 547 mUiccControllerUT.getCardIdForDefaultEuicc()); in testDefaultEuiccIsNotRemovable_swapSlotOrder() 592 mUiccControllerUT.getCardIdForDefaultEuicc()); in testDefaultEuiccIsNotRemovable_EuiccIsInactive() 603 mUiccControllerUT.getCardIdForDefaultEuicc()); in testDefaultEuiccIsNotRemovable_EuiccIsInactive() 641 mUiccControllerUT.getCardIdForDefaultEuicc()); in testEidFromPreviousApduSetsDefaultEuicc()
|
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccManager.java | 814 mCardId = tm.getCardIdForDefaultEuicc(); in EuiccManager() 1398 mCardId = tm.getCardIdForDefaultEuicc(); in refreshCardIdIfUninitialized()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 1711 int getCardIdForDefaultEuicc(int subId, String callingPackage); in getCardIdForDefaultEuicc() method
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/simstatus/ |
H A D | SimStatusDialogControllerTest.java | 145 doReturn(2).when(mTelephonyManager).getCardIdForDefaultEuicc(); in setup()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
H A D | EuiccConnector.java | 1217 if (mTm.getCardIdForDefaultEuicc() == TelephonyManager.UNSUPPORTED_CARD_ID) { in updateSubscriptionInfoListForAllAccessibleEuiccs()
|
H A D | EuiccController.java | 246 startOtaUpdatingIfNecessary(mTelephonyManager.getCardIdForDefaultEuicc()); in startOtaUpdatingIfNecessary()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccController.java | 879 public int getCardIdForDefaultEuicc() { in getCardIdForDefaultEuicc() method in UiccController
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionInfoUpdater.java | 963 if (cardId >= 0 && uiccController.getCardIdForDefaultEuicc() in updateEmbeddedSubscriptionsCache()
|
H A D | SubscriptionController.java | 1301 mTelephonyManager.getCardIdForDefaultEuicc(), callback); in requestEmbeddedSubscriptionInfoListRefresh()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 1713 int cardId = TelephonyManager.from(mContext).getCardIdForDefaultEuicc(); in requestEmbeddedSubscriptionInfoListRefresh()
|
H A D | TelephonyManager.java | 3904 public int getCardIdForDefaultEuicc() { in getCardIdForDefaultEuicc() method in TelephonyManager 3910 return telephony.getCardIdForDefaultEuicc(mSubId, mContext.getOpPackageName()); in getCardIdForDefaultEuicc()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 8860 public int getCardIdForDefaultEuicc(int subId, String callingPackage) { in getCardIdForDefaultEuicc() method in PhoneInterfaceManager 8863 return UiccController.getInstance().getCardIdForDefaultEuicc(); in getCardIdForDefaultEuicc()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14883 HSPLandroid/telephony/TelephonyManager;->getCardIdForDefaultEuicc()I 22111 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getCardIdForDefaultEuicc(ILjava/lang/Str…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14932 HSPLandroid/telephony/TelephonyManager;->getCardIdForDefaultEuicc()I 22158 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getCardIdForDefaultEuicc(ILjava/lang/Str…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 42698 method public int getCardIdForDefaultEuicc();
|