Home
last modified time | relevance | path

Searched defs:seqNumber (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccCardController.aidl87 oneway void retrieveNotification(String callingPackage, String cardId, int seqNumber, in retrieveNotification()
89 oneway void removeNotificationFromList(String callingPackage, String cardId, int seqNumber, in removeNotificationFromList()
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java876 public void retrieveNotification(String cardId, int seqNumber, in retrieveNotification()
880 seqNumber, new IRetrieveNotificationCallback.Stub() { in retrieveNotification() local
906 public void removeNotificationFromList(String cardId, int seqNumber, in removeNotificationFromList()
912 seqNumber, in removeNotificationFromList() local
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsHeader.java130 public int seqNumber; field in SmsHeader.ConcatRef