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.java887 public void listNotifications(String cardId, @EuiccNotification.Event int events, in listNotifications() method in EuiccCardManager
890 getIEuiccCardController().listNotifications(mContext.getOpPackageName(), cardId, events, in listNotifications()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java977 mEuiccPort.listNotifications( in testListNotifications()
996 mEuiccPort.listNotifications( in testListNotifications_Error()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1320 public void listNotifications(String callingPackage, String cardId, in listNotifications() method in EuiccCardController
1367 port.listNotifications(events, cardCb, mEuiccMainThreadHandler); in listNotifications()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java859 public void listNotifications(@EuiccNotification.Event int events, in listNotifications() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt16003 …method public void listNotifications(String, int, java.util.concurrent.Executor, android.telephony…