HomeSort by relevance Sort by last modified time
    Searched full:positiveresult (Results 26 - 33 of 33) sorted by null

12

  /frameworks/base/core/java/android/preference/
ListPreference.java 260 protected void onDialogClosed(boolean positiveResult) {
261 super.onDialogClosed(positiveResult);
263 if (positiveResult && mClickedDialogEntryIndex >= 0 && mEntryValues != null) {
DialogPreference.java 390 * @param positiveResult Whether the positive button was clicked (true), or
393 protected void onDialogClosed(boolean positiveResult) {
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 219 protected void onDialogClosed(boolean positiveResult) {
220 super.onDialogClosed(positiveResult);
222 if (!positiveResult) {
IccLockSettings.java 287 public void onPinEntered(EditPinPreference preference, boolean positiveResult) {
288 if (!positiveResult) {
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 322 protected void onDialogClosed(boolean positiveResult) {
327 super.onDialogClosed(positiveResult);
330 super.onDialogClosed(positiveResult);
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 237 boolean positiveResult = which == DialogInterface.BUTTON_POSITIVE;
242 if (positiveResult) {
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp     [all...]
  /frameworks/base/docs/html/guide/topics/ui/
settings.jd     [all...]

Completed in 7219 milliseconds

12