HomeSort by relevance Sort by last modified time
    Searched full:negativebuttontext (Results 1 - 25 of 35) sorted by null

1 2

  /cts/tests/tests/preference2/src/android/preference2/cts/
DialogPreferenceTest.java 77 CharSequence negativeButtonText = mDialogPreference.getNegativeButtonText();
80 assertEquals(negativeButtonText, negativeButtonTextExp);
  /packages/apps/Settings/res/xml/
sim_lock_settings.xml 33 android:negativeButtonText="@string/sim_enter_cancel"/>
  /packages/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java 84 * @param negativeButtonText The negative button text
95 String negativeButtonText, DialogInterface.OnClickListener negativeListener,
125 builder.setNegativeButton(negativeButtonText, negativeListener);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 77 String negativeButtonText = context.getString(R.string.color_picker_button_cancel);
78 setButton(BUTTON_NEGATIVE, negativeButtonText,
  /external/replicaisland/res/xml/
preferences.xml 51 android:negativeButtonText="@string/preference_key_config_dialog_cancel"
119 android:negativeButtonText="@string/preference_erase_save_game_dialog_cancel"
  /packages/inputmethods/OpenWnn/res/xml-sw768dp/
openwnn_pref_ja.xml 88 android:negativeButtonText="@string/dialog_button_cancel"/>
  /frameworks/base/core/java/android/preference/
DialogPreference.java 207 * @param negativeButtonText The text of the negative button.
209 public void setNegativeButtonText(CharSequence negativeButtonText) {
210 mNegativeButtonText = negativeButtonText;
  /packages/inputmethods/OpenWnn/res/xml/
openwnn_pref_ja.xml 97 android:negativeButtonText="@string/dialog_button_cancel"/>
  /frameworks/base/core/res/res/values/
styles.xml     [all...]
public.xml     [all...]
attrs.xml     [all...]
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex 840 public static final int negativeButtonText
    [all...]
  /development/sdk/
api-versions.xml 773 <field name="negativeButtonText" />
    [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
1.xml     [all...]
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]
13.xml     [all...]
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]

Completed in 999 milliseconds

1 2