Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl83 oneway void retrieveNotificationList(String callingPackage, String cardId, int events, in retrieveNotificationList() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java660 public void retrieveNotificationList(String cardId, @EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCardManager
663 getIEuiccCardController().retrieveNotificationList(mContext.getOpPackageName(), cardId, in retrieveNotificationList()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java934 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList()
957 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList_Empty()
971 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList_Error()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1167 public void retrieveNotificationList(String callingPackage, String cardId, in retrieveNotificationList() method in EuiccCardController
1212 card.retrieveNotificationList(events, cardCb, mEuiccMainThreadHandler); in retrieveNotificationList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java876 public void retrieveNotificationList(@EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCard
/frameworks/base/api/
Dsystem-current.txt8294 …method public void retrieveNotificationList(String, @android.telephony.euicc.EuiccNotification.Eve…