Home
last modified time | relevance | path

Searched refs:mThrottlingList (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DContactThrottlingList.java48 private final List<ContactInfo> mThrottlingList = new ArrayList<>(); field in ContactThrottlingList
55 mThrottlingList.clear(); in reset()
69 int previousSize = mThrottlingList.size(); in addToThrottlingList()
70 mThrottlingList.addAll(list); in addToThrottlingList()
73 ", current size=" + mThrottlingList.size() + ", expired time=" + timestamp); in addToThrottlingList()
77 List<Uri> throttlingUris = mThrottlingList.stream().map(contactInfo -> in getNotInThrottlingListUris()
89 .filter(uri -> mThrottlingList.stream() in getInThrottlingListUris()
98 final int previousSize = mThrottlingList.size(); in cleanUpExpiredContacts()
99 List<ContactInfo> expiredContacts = mThrottlingList.stream() in cleanUpExpiredContacts()
103 mThrottlingList.removeAll(expiredContacts); in cleanUpExpiredContacts()
[all …]
DUceRequestManager.java426 return mThrottlingList.getInThrottlingListUris(uriList);
431 mThrottlingList.addToThrottlingList(uriList, sipCode);
444 private final ContactThrottlingList mThrottlingList; field in UceRequestManager
460 mThrottlingList = new ContactThrottlingList(mSubId); in UceRequestManager()
476 mThrottlingList = new ContactThrottlingList(mSubId); in UceRequestManager()
501 mThrottlingList.reset(); in onDestroy()
509 mThrottlingList.reset(); in resetThrottlingList()