Searched refs:getSecondaryText (Results 1 – 3 of 3) sorted by relevance
212 if (!TextUtils.isEmpty(historyItemBottomSheetHeaderInfo.getSecondaryText())) { in setupContactLayout()213 secondaryTextView.setText(historyItemBottomSheetHeaderInfo.getSecondaryText()); in setupContactLayout()
200 if (!headerInfo.getSecondaryText().isEmpty()) { in updateContactInfo()202 numberView.setText(headerInfo.getSecondaryText()); in updateContactInfo()
318 mSecondaryText.setText(banner.getSecondaryText(context, cloudAppName, in bind()371 String getSecondaryText(@NonNull Context context, String appName, String userAccount) { in getSecondaryText() method in TabAdapter.Banner