Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsActionButtonsPreferenceController.java149 int profileButtonText; in onStartInternal() local
151 profileButtonText = R.string.exit_retail_button_text; in onStartInternal()
153 profileButtonText = R.string.add_a_profile_button_text; in onStartInternal()
155 profileButtonText = R.string.manage_other_profiles_button_text; in onStartInternal()
172 .setText(profileButtonText) in onStartInternal()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabFragment.java802 final String profileButtonText, profileMenuButtonText; in updateProfileButtonAndProfileMenuButtonContent() local
827 profileButtonText = context.getString(R.string.picker_profile_switch_message, in updateProfileButtonAndProfileMenuButtonContent()
832 profileButtonText = getSwitchToPersonalMessage(context); in updateProfileButtonAndProfileMenuButtonContent()
835 profileButtonText = getSwitchToWorkMessage(context); in updateProfileButtonAndProfileMenuButtonContent()
839 mProfileButton.setText(profileButtonText); in updateProfileButtonAndProfileMenuButtonContent()