Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccCardController.aidl87 oneway void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList() method
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java820 public void removeNotificationFromList(String cardId, int seqNumber, in removeNotificationFromList() method in EuiccCardManager
823 getIEuiccCardController().removeNotificationFromList( in removeNotificationFromList()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java1268 public void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList() method in EuiccCardController
1313 card.removeNotificationFromList(seqNumber, cardCb, mEuiccMainThreadHandler); in removeNotificationFromList()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardTest.java1044 mEuiccCard.removeNotificationFromList(5, resultCaptor, mHandler); in testRemoveNotificationFromList()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java994 public void removeNotificationFromList(int seqNumber, AsyncResultCallback<Void> callback, in removeNotificationFromList() method in EuiccCard
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12581 …method public void removeNotificationFromList(String, int, java.util.concurrent.Executor, android.…