Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccControllerTest.java322 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 DEuiccManager.java814 mCardId = tm.getCardIdForDefaultEuicc(); in EuiccManager()
1398 mCardId = tm.getCardIdForDefaultEuicc(); in refreshCardIdIfUninitialized()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1711 int getCardIdForDefaultEuicc(int subId, String callingPackage); in getCardIdForDefaultEuicc() method
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/simstatus/
H A DSimStatusDialogControllerTest.java145 doReturn(2).when(mTelephonyManager).getCardIdForDefaultEuicc(); in setup()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java1217 if (mTm.getCardIdForDefaultEuicc() == TelephonyManager.UNSUPPORTED_CARD_ID) { in updateSubscriptionInfoListForAllAccessibleEuiccs()
H A DEuiccController.java246 startOtaUpdatingIfNecessary(mTelephonyManager.getCardIdForDefaultEuicc()); in startOtaUpdatingIfNecessary()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java879 public int getCardIdForDefaultEuicc() { in getCardIdForDefaultEuicc() method in UiccController
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java963 if (cardId >= 0 && uiccController.getCardIdForDefaultEuicc() in updateEmbeddedSubscriptionsCache()
H A DSubscriptionController.java1301 mTelephonyManager.getCardIdForDefaultEuicc(), callback); in requestEmbeddedSubscriptionInfoListRefresh()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1713 int cardId = TelephonyManager.from(mContext).getCardIdForDefaultEuicc(); in requestEmbeddedSubscriptionInfoListRefresh()
H A DTelephonyManager.java3904 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 DPhoneInterfaceManager.java8860 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 Dboot-image-profile.txt14883 HSPLandroid/telephony/TelephonyManager;->getCardIdForDefaultEuicc()I
22111 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getCardIdForDefaultEuicc(ILjava/lang/Str…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt14932 HSPLandroid/telephony/TelephonyManager;->getCardIdForDefaultEuicc()I
22158 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getCardIdForDefaultEuicc(ILjava/lang/Str…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42698 method public int getCardIdForDefaultEuicc();