Searched refs:retrieveNotification (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccCardController.aidl | 87 oneway void retrieveNotification(String callingPackage, String cardId, int seqNumber, in retrieveNotification() method
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 953 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/ |
D | EuiccPortTest.java | 1068 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/ |
D | EuiccCardController.java | 1422 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/ |
D | EuiccPort.java | 928 public void retrieveNotification(int seqNumber, AsyncResultCallback<EuiccNotification> callback, in retrieveNotification() method in EuiccPort
|
/frameworks/base/core/api/ |
D | system-current.txt | 16017 …method public void retrieveNotification(String, int, java.util.concurrent.Executor, android.teleph…
|