Searched defs:seqNumber (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
H A D | IEuiccCardController.aidl | 87 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 D | EuiccCardManager.java | 876 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 D | SmsHeader.java | 130 public int seqNumber; field in SmsHeader.ConcatRef
|