HomeSort by relevance Sort by last modified time
    Searched defs:DIALOG_ERROR (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.h 47 DIALOG_ERROR, // An error occurred creating the dialog.
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 66 private static final String DIALOG_ERROR = "dialogError";
156 mError = savedInstanceState.getString(DIALOG_ERROR);
224 out.putString(DIALOG_ERROR, mError);

Completed in 415 milliseconds