Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatAdapter.java69 private boolean shouldShowAdvisory; field in RttChatAdapter
93 if (shouldShowAdvisory && position == POSITION_ADVISORY) { in getItemViewType()
124 return shouldShowAdvisory ? rttMessages.size() + 1 : rttMessages.size(); in getItemCount()
152 if (shouldShowAdvisory) { in toMessagePosition()
164 if (shouldShowAdvisory) { in toItemPosition()
215 shouldShowAdvisory = false; in hideAdvisory()
220 shouldShowAdvisory = true; in showAdvisory()