Searched refs:retrieveNotificationList (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccCardController.aidl | 83 oneway void retrieveNotificationList(String callingPackage, String cardId, int events, in retrieveNotificationList() method
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 660 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/ |
D | EuiccCardTest.java | 934 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/ |
D | EuiccCardController.java | 1167 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/ |
D | EuiccCard.java | 876 public void retrieveNotificationList(@EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCard
|
/frameworks/base/api/ |
D | system-current.txt | 8294 …method public void retrieveNotificationList(String, @android.telephony.euicc.EuiccNotification.Eve…
|