Home
last modified time | relevance | path

Searched refs:requestEmbeddedSubscriptionInfoListRefresh (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISub.aidl121 oneway void requestEmbeddedSubscriptionInfoListRefresh(int cardId); in requestEmbeddedSubscriptionInfoListRefresh() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java479 public static void requestEmbeddedSubscriptionInfoListRefresh( in requestEmbeddedSubscriptionInfoListRefresh() method in PhoneFactory
481 sSubInfoRecordUpdater.requestEmbeddedSubscriptionInfoListRefresh(cardId, callback); in requestEmbeddedSubscriptionInfoListRefresh()
H A DSubscriptionController.java1267 public void requestEmbeddedSubscriptionInfoListRefresh(int cardId) { in requestEmbeddedSubscriptionInfoListRefresh() method in SubscriptionController
1272 PhoneFactory.requestEmbeddedSubscriptionInfoListRefresh(cardId, null /* callback */); in requestEmbeddedSubscriptionInfoListRefresh()
1286 public void requestEmbeddedSubscriptionInfoListRefresh( in requestEmbeddedSubscriptionInfoListRefresh() method in SubscriptionController
1288 PhoneFactory.requestEmbeddedSubscriptionInfoListRefresh(cardId, callback); in requestEmbeddedSubscriptionInfoListRefresh()
1299 public void requestEmbeddedSubscriptionInfoListRefresh(@Nullable Runnable callback) { in requestEmbeddedSubscriptionInfoListRefresh() method in SubscriptionController
1300 PhoneFactory.requestEmbeddedSubscriptionInfoListRefresh( in requestEmbeddedSubscriptionInfoListRefresh()
H A DSubscriptionInfoUpdater.java356 void requestEmbeddedSubscriptionInfoListRefresh(int cardId, @Nullable Runnable callback) { in requestEmbeddedSubscriptionInfoListRefresh() method in SubscriptionInfoUpdater
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java508 .requestEmbeddedSubscriptionInfoListRefresh( in deleteProfile()
560 .requestEmbeddedSubscriptionInfoListRefresh( in resetMemory()
1049 .requestEmbeddedSubscriptionInfoListRefresh( in loadBoundProfilePackage()
H A DEuiccConnector.java1219 mSm.requestEmbeddedSubscriptionInfoListRefresh(); in updateSubscriptionInfoListForAllAccessibleEuiccs()
1223 mSm.requestEmbeddedSubscriptionInfoListRefresh(cardInfo.getCardId()); in updateSubscriptionInfoListForAllAccessibleEuiccs()
H A DEuiccController.java1264 .requestEmbeddedSubscriptionInfoListRefresh( in refreshSubscriptionsAndSendResult()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1712 public void requestEmbeddedSubscriptionInfoListRefresh() { in requestEmbeddedSubscriptionInfoListRefresh() method in SubscriptionManager
1717 iSub.requestEmbeddedSubscriptionInfoListRefresh(cardId); in requestEmbeddedSubscriptionInfoListRefresh()
1742 public void requestEmbeddedSubscriptionInfoListRefresh(int cardId) { in requestEmbeddedSubscriptionInfoListRefresh() method in SubscriptionManager
1746 iSub.requestEmbeddedSubscriptionInfoListRefresh(cardId); in requestEmbeddedSubscriptionInfoListRefresh()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11829 method public void requestEmbeddedSubscriptionInfoListRefresh();
11830 method public void requestEmbeddedSubscriptionInfoListRefresh(int);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87553 Lcom/android/internal/telephony/ISub$Stub$Proxy;->requestEmbeddedSubscriptionInfoListRefresh()V
87620 Lcom/android/internal/telephony/ISub;->requestEmbeddedSubscriptionInfoListRefresh()V