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.aidl89 oneway void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java986 public void removeNotificationFromList(String cardId, int seqNumber, in removeNotificationFromList() method in EuiccCardManager
989 getIEuiccCardController().removeNotificationFromList( in removeNotificationFromList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1473 public void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList() method in EuiccCardController
1520 port.removeNotificationFromList(seqNumber, cardCb, mEuiccMainThreadHandler); in removeNotificationFromList()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java1095 mEuiccPort.removeNotificationFromList(5, resultCaptor, mHandler); in testRemoveNotificationFromList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java957 public void removeNotificationFromList(int seqNumber, AsyncResultCallback<Void> callback, in removeNotificationFromList() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt16006 …method public void removeNotificationFromList(String, int, java.util.concurrent.Executor, android.…