Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DRotateDialogController.java111 public void showAlertDialog(String title, String msg, String button1Text, in showAlertDialog() argument
120 if (button1Text != null) { in showAlertDialog()
121 mRotateDialogButton1.setText(button1Text); in showAlertDialog()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DActionButtonsPreferenceTest.java212 assertThat(mRootView.findViewById(R.id.button1Text).isEnabled()).isTrue(); in onBindViewHolder_setEnabled_shouldEnableButton()
233 assertThat(((TextView) mRootView.findViewById(R.id.button1Text)).getText()) in onBindViewHolder_setText_shouldShowSameText()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DActionButtonsPreference.java111 .setButtonTextView((TextView) holder.findViewById(R.id.button1Text)) in onBindViewHolder()