Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfileDetailsActionButtonsPreferenceController.java150 int profileButtonText; in onStartInternal() local
152 profileButtonText = R.string.exit_retail_button_text; in onStartInternal()
154 profileButtonText = R.string.add_a_profile_button_text; in onStartInternal()
156 profileButtonText = R.string.manage_other_profiles_button_text; in onStartInternal()
173 .setText(profileButtonText) in onStartInternal()