Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileMapperTest.kt92 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsEnabledDataToUnavailableStateWhenOnPowerSave() constant
96 TextUtils.concat(expectedLabel, ", ", expectedSecondaryLabel) in mapsEnabledDataToUnavailableStateWhenOnPowerSave()
112 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsDisabledDataToUnavailableStateWhenOnPowerSave() constant
116 TextUtils.concat(expectedLabel, ", ", expectedSecondaryLabel) in mapsDisabledDataToUnavailableStateWhenOnPowerSave()
132 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsDisabledDataToInactiveState() constant
137 label = expectedLabel, in mapsDisabledDataToInactiveState()
139 contentDescription = expectedLabel in mapsDisabledDataToInactiveState()
150 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsEnabledDataToActiveState() constant
155 label = expectedLabel, in mapsEnabledDataToActiveState()
158 contentDescription = expectedLabel in mapsEnabledDataToActiveState()
[all …]
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt149 val expectedLabel = when (result) { in <lambda>() constant
237 assertThat(activityInfo?.nonLocalizedLabel).isEqualTo(params.expectedLabel) in <lambda>()