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.java138 private static final int FIRST_START_FATAL_ERROR_CODE = -100; field in ActivityManager
256 public static final int START_VOICE_HIDDEN_SESSION = FIRST_START_FATAL_ERROR_CODE;
263 public static final int START_VOICE_NOT_ACTIVE_SESSION = FIRST_START_FATAL_ERROR_CODE + 1;
270 public static final int START_NOT_CURRENT_USER_ACTIVITY = FIRST_START_FATAL_ERROR_CODE + 2;
277 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3;
284 public static final int START_CANCELED = FIRST_START_FATAL_ERROR_CODE + 4;
291 public static final int START_NOT_ACTIVITY = FIRST_START_FATAL_ERROR_CODE + 5;
298 public static final int START_PERMISSION_DENIED = FIRST_START_FATAL_ERROR_CODE + 6;
306 public static final int START_FORWARD_AND_REQUEST_CONFLICT = FIRST_START_FATAL_ERROR_CODE + 7;
313 public static final int START_CLASS_NOT_FOUND = FIRST_START_FATAL_ERROR_CODE + 8;
[all …]