Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DRotateDialogController.java112 final Runnable r1, String button2Text, final Runnable r2) { in showAlertDialog() argument
132 if (button2Text != null) { in showAlertDialog()
133 mRotateDialogButton2.setText(button2Text); in showAlertDialog()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DActionButtonsPreferenceTest.java215 assertThat(mRootView.findViewById(R.id.button2Text).isEnabled()).isFalse(); in onBindViewHolder_setEnabled_shouldEnableButton()
235 assertThat(((TextView) mRootView.findViewById(R.id.button2Text)).getText()) in onBindViewHolder_setText_shouldShowSameText()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DActionButtonsPreference.java117 .setButtonTextView((TextView) holder.findViewById(R.id.button2Text)) in onBindViewHolder()