Searched refs:retrieveNotification (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccCardController.aidl | 85 oneway void retrieveNotification(String callingPackage, String cardId, int seqNumber, in retrieveNotification() method
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 787 public void retrieveNotification(String cardId, int seqNumber, in retrieveNotification() method in EuiccCardManager 790 getIEuiccCardController().retrieveNotification(mContext.getOpPackageName(), cardId, in retrieveNotification()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardTest.java | 1017 mEuiccCard.retrieveNotification(5, resultCaptor, mHandler); in testRetrieveNotification() 1032 mEuiccCard.retrieveNotification(5, resultCaptor, mHandler); in testRetrieveNotification_Error()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccCardController.java | 1216 public void retrieveNotification(String callingPackage, String cardId, int seqNumber, in retrieveNotification() method in EuiccCardController 1261 card.retrieveNotification(seqNumber, cardCb, mEuiccMainThreadHandler); in retrieveNotification()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 965 public void retrieveNotification(int seqNumber, AsyncResultCallback<EuiccNotification> callback, in retrieveNotification() method in EuiccCard
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1190 …method public void retrieveNotification(String, int, java.util.concurrent.Executor, android.teleph…
|
/frameworks/base/api/ |
D | system-current.txt | 9418 …method public void retrieveNotification(String, int, java.util.concurrent.Executor, android.teleph…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9316 …method public void retrieveNotification(String, int, java.util.concurrent.Executor, android.teleph…
|