Home
last modified time | relevance | path

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

/cts/tests/tests/rcs/src/android/telephony/ims/cts/
DRcsEventTest.java215 RcsGroupThreadIconChangedEvent actualIconChangedEvent = in matches() local
218 return matchesGroupThreadEvent(expected, actualIconChangedEvent) in matches()
219 && actualIconChangedEvent.getNewIcon().equals(expected.getNewIcon()); in matches()
235 RcsParticipantAliasChangedEvent actualIconChangedEvent = in matches() local
239 && actualIconChangedEvent.getParticipant().getId() in matches()
241 && actualIconChangedEvent.getNewAlias().equals(expected.getNewAlias()); in matches()