Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsActionButtonsPreferenceController.java137 int profileButtonText; in onStartInternal() local
139 profileButtonText = R.string.exit_retail_button_text; in onStartInternal()
141 profileButtonText = R.string.add_a_profile_button_text; in onStartInternal()
143 profileButtonText = R.string.manage_other_profiles_button_text; in onStartInternal()
160 .setText(profileButtonText) in onStartInternal()