Searched defs:listNotifications (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java633 public void listNotifications(String cardId, @EuiccNotification.Event int events, method in class:EuiccCardManager
636 getIEuiccCardController().listNotifications(mContext.getOpPackageName(), cardId, events,
644 Log.e(TAG, "Error calling listNotifications", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java927 public void listNotifications(String callingPackage, String cardId, method in class:EuiccCardController
936 loge("listNotifications callback failure.", exception);
948 loge("listNotifications callback failure.", exception);
955 loge("listNotifications callback onException: ", e);
958 loge("listNotifications callback failure.", exception);
963 card.listNotifications(events, cardCb, mEuiccMainThreadHandler);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java802 public void listNotifications(@EuiccNotification.Event int events, method in class:EuiccCard

Completed in 34 milliseconds