Searched refs:RESULT_FIRST_USER (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DResultCodes.java19 import static android.app.Activity.RESULT_FIRST_USER;
23 public static final int RESULT_SKIP = RESULT_FIRST_USER;
24 public static final int RESULT_RETRY = RESULT_FIRST_USER + 1;
25 public static final int RESULT_ACTIVITY_NOT_FOUND = RESULT_FIRST_USER + 2;
27 public static final int RESULT_FIRST_SETUP_USER = RESULT_FIRST_USER + 100;
/frameworks/base/core/java/android/speech/
H A DRecognizerIntent.java274 public static final int RESULT_NO_MATCH = Activity.RESULT_FIRST_USER;
276 public static final int RESULT_CLIENT_ERROR = Activity.RESULT_FIRST_USER + 1;
278 public static final int RESULT_SERVER_ERROR = Activity.RESULT_FIRST_USER + 2;
280 public static final int RESULT_NETWORK_ERROR = Activity.RESULT_FIRST_USER + 3;
282 public static final int RESULT_AUDIO_ERROR = Activity.RESULT_FIRST_USER + 4;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java185 getInstrumentation().sendStatus(Activity.RESULT_FIRST_USER, result);
289 getInstrumentation().sendStatus(Activity.RESULT_FIRST_USER, result);
/frameworks/base/core/java/android/os/
H A DUserManager.java688 public static final int USER_CREATION_FAILED_NOT_PERMITTED = Activity.RESULT_FIRST_USER;
695 public static final int USER_CREATION_FAILED_NO_MORE_USERS = Activity.RESULT_FIRST_USER + 1;
/frameworks/base/core/java/android/app/
H A DActivity.java481 * custom values starting at RESULT_FIRST_USER. In addition, it can optionally
699 public static final int RESULT_FIRST_USER = 1; field in class:Activity
4952 * @see #RESULT_FIRST_USER
4981 * @see #RESULT_FIRST_USER

Completed in 2938 milliseconds