Searched refs:retrieveNotificationList (Results 1 – 8 of 8) 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 | 757 public void retrieveNotificationList(String cardId, @EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCardManager 760 getIEuiccCardController().retrieveNotificationList(mContext.getOpPackageName(), cardId, in retrieveNotificationList()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardTest.java | 964 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList() 987 mEuiccCard.retrieveNotificationList( in testRetrieveNotificationList_Empty() 1001 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 | 924 public void retrieveNotificationList(@EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCard
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1191 …method public void retrieveNotificationList(String, @android.telephony.euicc.EuiccNotification.Eve…
|
/frameworks/base/api/ |
D | system-current.txt | 9419 …method public void retrieveNotificationList(String, @android.telephony.euicc.EuiccNotification.Eve…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9317 …method public void retrieveNotificationList(String, @android.telephony.euicc.EuiccNotification.Eve…
|