Searched refs:retrieveNotificationList (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccCardController.aidl | 85 oneway void retrieveNotificationList(String callingPackage, String cardId, int events, in retrieveNotificationList() method
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 920 public void retrieveNotificationList(String cardId, @EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccCardManager 923 getIEuiccCardController().retrieveNotificationList(mContext.getOpPackageName(), cardId, in retrieveNotificationList()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccPortTest.java | 1015 mEuiccPort.retrieveNotificationList( in testRetrieveNotificationList() 1038 mEuiccPort.retrieveNotificationList( in testRetrieveNotificationList_Empty() 1052 mEuiccPort.retrieveNotificationList( in testRetrieveNotificationList_Error()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccCardController.java | 1371 public void retrieveNotificationList(String callingPackage, String cardId, in retrieveNotificationList() method in EuiccCardController 1418 port.retrieveNotificationList(events, cardCb, mEuiccMainThreadHandler); in retrieveNotificationList()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccPort.java | 887 public void retrieveNotificationList(@EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccPort
|
/frameworks/base/core/api/ |
D | system-current.txt | 16018 …method public void retrieveNotificationList(String, int, java.util.concurrent.Executor, android.te…
|