Home
last modified time | relevance | path

Searched refs:retrieveNotificationList (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccCardController.aidl83 oneway void retrieveNotificationList(String callingPackage, String cardId, int events, in retrieveNotificationList() method
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java760 public void retrieveNotificationList(String cardId, @EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCardManager
763 getIEuiccCardController().retrieveNotificationList(mContext.getOpPackageName(), cardId, in retrieveNotificationList()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardTest.java964 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList()
987 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList_Empty()
1001 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList_Error()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java1170 public void retrieveNotificationList(String callingPackage, String cardId, in retrieveNotificationList() method in EuiccCardController
1215 card.retrieveNotificationList(events, cardCb, mEuiccMainThreadHandler); in retrieveNotificationList()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java924 public void retrieveNotificationList(@EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCard
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12592 …method public void retrieveNotificationList(String, @android.telephony.euicc.EuiccNotification.Eve…