Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl87 oneway void retrieveNotification(String callingPackage, String cardId, int seqNumber, in retrieveNotification() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java953 public void retrieveNotification(String cardId, int seqNumber, in retrieveNotification() method in EuiccCardManager
956 getIEuiccCardController().retrieveNotification(mContext.getOpPackageName(), cardId, in retrieveNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java1068 mEuiccPort.retrieveNotification(5, resultCaptor, mHandler); in testRetrieveNotification()
1083 mEuiccPort.retrieveNotification(5, resultCaptor, mHandler); in testRetrieveNotification_Error()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1422 public void retrieveNotification(String callingPackage, String cardId, int seqNumber, in retrieveNotification() method in EuiccCardController
1469 port.retrieveNotification(seqNumber, cardCb, mEuiccMainThreadHandler); in retrieveNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java928 public void retrieveNotification(int seqNumber, AsyncResultCallback<EuiccNotification> callback, in retrieveNotification() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt16017 …method public void retrieveNotification(String, int, java.util.concurrent.Executor, android.teleph…