Searched refs:profileButtonText (Results 1 – 2 of 2) sorted by relevance
149 int profileButtonText; in onStartInternal() local151 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()
802 final String profileButtonText, profileMenuButtonText; in updateProfileButtonAndProfileMenuButtonContent() local827 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()