Searched refs:expectedLabel (Results 1 – 2 of 2) sorted by relevance
92 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsEnabledDataToUnavailableStateWhenOnPowerSave() constant96 TextUtils.concat(expectedLabel, ", ", expectedSecondaryLabel) in mapsEnabledDataToUnavailableStateWhenOnPowerSave()112 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsDisabledDataToUnavailableStateWhenOnPowerSave() constant116 TextUtils.concat(expectedLabel, ", ", expectedSecondaryLabel) in mapsDisabledDataToUnavailableStateWhenOnPowerSave()132 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsDisabledDataToInactiveState() constant137 label = expectedLabel, in mapsDisabledDataToInactiveState()139 contentDescription = expectedLabel in mapsDisabledDataToInactiveState()150 val expectedLabel = context.getString(R.string.quick_settings_ui_mode_night_label) in mapsEnabledDataToActiveState() constant155 label = expectedLabel, in mapsEnabledDataToActiveState()158 contentDescription = expectedLabel in mapsEnabledDataToActiveState()[all …]
149 val expectedLabel = when (result) { in <lambda>() constant237 assertThat(activityInfo?.nonLocalizedLabel).isEqualTo(params.expectedLabel) in <lambda>()