Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java132 private static final int FIRST_START_FATAL_ERROR_CODE = -100; field in ActivityManager
239 public static final int START_VOICE_HIDDEN_SESSION = FIRST_START_FATAL_ERROR_CODE;
246 public static final int START_VOICE_NOT_ACTIVE_SESSION = FIRST_START_FATAL_ERROR_CODE + 1;
253 public static final int START_NOT_CURRENT_USER_ACTIVITY = FIRST_START_FATAL_ERROR_CODE + 2;
260 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3;
267 public static final int START_CANCELED = FIRST_START_FATAL_ERROR_CODE + 4;
274 public static final int START_NOT_ACTIVITY = FIRST_START_FATAL_ERROR_CODE + 5;
281 public static final int START_PERMISSION_DENIED = FIRST_START_FATAL_ERROR_CODE + 6;
289 public static final int START_FORWARD_AND_REQUEST_CONFLICT = FIRST_START_FATAL_ERROR_CODE + 7;
296 public static final int START_CLASS_NOT_FOUND = FIRST_START_FATAL_ERROR_CODE + 8;
[all …]