Searched refs:topIntroPreference (Results 1 – 4 of 4) sorted by relevance
82 private val topIntroPreference: TopIntroPreference by lazy { in <lambda>() constant in com.android.healthconnect.controller.permissions.connectedapps.searchapps.SearchAppsFragment142 topIntroPreference?.isVisible = connectedApps.isNotEmpty() in <lambda>()
272 final Preference topIntroPreference = findPreference(KEY_TETHER_PREFS_TOP_INTRO); in setTopIntroPreferenceTitle() local275 topIntroPreference.setTitle(R.string.tethering_footer_info_sta_ap_concurrency); in setTopIntroPreferenceTitle()277 topIntroPreference.setTitle(R.string.tethering_footer_info); in setTopIntroPreferenceTitle()
379 Preference topIntroPreference = settings.mCellBroadcastSettingsFragment.findPreference( in testTopIntroductionForRoamingSupport() local381 assertEquals(topIntroRoamingText, topIntroPreference.getTitle().toString()); in testTopIntroductionForRoamingSupport()
373 TopIntroPreference topIntroPreference = in initTopIntroPreference_hasTopIntroTitle_shouldSetAsExpectedValue() local375 assertThat(topIntroPreference.getTitle().toString()).isEqualTo(DEFAULT_TOP_INTRO); in initTopIntroPreference_hasTopIntroTitle_shouldSetAsExpectedValue()