Searched refs:SmsReferenceKey (Results 1 – 3 of 3) sorted by relevance
173 HashMap<SmsReferenceKey, Integer> multiPartReceivedCount = in scanRawTable()174 new HashMap<SmsReferenceKey, Integer>(4); in scanRawTable()175 HashSet<SmsReferenceKey> oldMultiPartMessages = new HashSet<SmsReferenceKey>(4); in scanRawTable()204 SmsReferenceKey reference = new SmsReferenceKey(tracker); in scanRawTable()232 for (SmsReferenceKey message : oldMultiPartMessages) { in scanRawTable()310 private static class SmsReferenceKey { class in SmsBroadcastUndelivered317 SmsReferenceKey(InboundSmsTracker tracker) { in SmsReferenceKey() method in SmsBroadcastUndelivered.SmsReferenceKey341 if (o instanceof SmsReferenceKey) { in equals()342 SmsReferenceKey other = (SmsReferenceKey) o; in equals()
8800 com.android.internal.telephony.SmsBroadcastUndelivered$SmsReferenceKey
49365 Lcom/android/internal/telephony/SmsBroadcastUndelivered$SmsReferenceKey;