Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl83 oneway void listNotifications(String callingPackage, String cardId, int events, in listNotifications() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java812 public void listNotifications(String cardId, @EuiccNotification.Event int events, in listNotifications() method in EuiccCardManager
815 getIEuiccCardController().listNotifications(mContext.getOpPackageName(), cardId, events, in listNotifications()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java957 mEuiccPort.listNotifications( in testListNotifications()
976 mEuiccPort.listNotifications( in testListNotifications_Error()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1266 public void listNotifications(String callingPackage, String cardId, in listNotifications() method in EuiccCardController
1311 port.listNotifications(events, cardCb, mEuiccMainThreadHandler); in listNotifications()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java863 public void listNotifications(@EuiccNotification.Event int events, in listNotifications() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt14015 …method public void listNotifications(String, @android.telephony.euicc.EuiccNotification.Event int,…