Searched refs:equalsTo (Results 1 – 3 of 3) sorted by relevance
128 ?.equalsTo(SingleIcon(firstSenderIcon.loadDrawable(context))) == true in <lambda>()199 ?.equalsTo(SingleIcon(shortcutIcon.loadDrawable(context))) == true in <lambda>()231 ?.equalsTo(SingleIcon(largeIcon.loadDrawable(context))) == true in <lambda>()265 ?.equalsTo( in <lambda>()416 fun ConversationAvatar.equalsTo(other: ConversationAvatar?): Boolean = in <lambda>() method419 this is SingleIcon && other is SingleIcon -> equalsTo(other) in <lambda>()420 this is FacePile && other is FacePile -> equalsTo(other) in <lambda>()424 private fun SingleIcon.equalsTo(other: SingleIcon): Boolean = in <lambda>() method425 iconDrawable?.equalsTo(other.iconDrawable) == true in <lambda>()427 private fun FacePile.equalsTo(other: FacePile): Boolean = in <lambda>() method[all …]
44 public boolean equalsTo(ICall call); in equalsTo() method
745 public boolean equalsTo(ICall call) { in equalsTo() method in ImsCall