Searched refs:secondSummary (Results 1 – 3 of 3) sorted by relevance
39 var secondSummary: CharSequence = "" variable in com.android.permissioncontroller.permission.ui.handheld.FooterPreference50 secondSummaryView?.text = secondSummary in onBindViewHolder()
90 preference.secondSummary = getString(R.string.auto_revoke_open_app_message) in createFooterPreference()
116 final TextView secondSummary = header.findViewById(R.id.entity_header_second_summary); in bindViews_shouldBindAllData() local129 assertThat(secondSummary).isNotNull(); in bindViews_shouldBindAllData()130 assertThat(secondSummary.getText()).isEqualTo(testString); in bindViews_shouldBindAllData()