Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl87 oneway void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java708 public void removeNotificationFromList(String cardId, int seqNumber, in removeNotificationFromList() method in EuiccCardManager
711 getIEuiccCardController().removeNotificationFromList( in removeNotificationFromList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1265 public void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList() method in EuiccCardController
1310 card.removeNotificationFromList(seqNumber, cardCb, mEuiccMainThreadHandler); in removeNotificationFromList()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java1014 mEuiccCard.removeNotificationFromList(5, resultCaptor, mHandler); in testRemoveNotificationFromList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java946 public void removeNotificationFromList(int seqNumber, AsyncResultCallback<Void> callback, in removeNotificationFromList() method in EuiccCard
/frameworks/base/api/
Dsystem-current.txt8283 …method public void removeNotificationFromList(String, int, java.util.concurrent.Executor, android.…