Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupNotificationViewHolder.java77 private final String mShowLessText; field in GroupNotificationViewHolder
147 mShowLessText = mContext.getString(R.string.collapse_group); in GroupNotificationViewHolder()
349 mExpansionFooterView.setText(mShowLessText); in updateOnClickListener()