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

/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java681 public void retrieveNotification(String cardId, int seqNumber, method in class:EuiccCardManager
684 getIEuiccCardController().retrieveNotification(mContext.getOpPackageName(), cardId,
692 Log.e(TAG, "Error calling retrieveNotification", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java1007 public void retrieveNotification(String callingPackage, String cardId, int seqNumber, method in class:EuiccCardController
1016 loge("retrieveNotification callback failure.", exception);
1028 loge("retrieveNotification callback failure.", exception);
1035 loge("retrieveNotification callback onException: ", e);
1038 loge("retrieveNotification callback failure.", exception);
1043 card.retrieveNotification(seqNumber, cardCb, mEuiccMainThreadHandler);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java871 public void retrieveNotification(int seqNumber, AsyncResultCallback<EuiccNotification> callback, method in class:EuiccCard

Completed in 91 milliseconds