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.aidl85 oneway void retrieveNotificationList(String callingPackage, String cardId, int events, in retrieveNotificationList() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java920 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/
DEuiccPortTest.java1015 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/
DEuiccCardController.java1371 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/
DEuiccPort.java887 public void retrieveNotificationList(@EuiccNotification.Event int events, in retrieveNotificationList() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt16018 …method public void retrieveNotificationList(String, int, java.util.concurrent.Executor, android.te…