Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java133 private static final int FIRST_START_FATAL_ERROR_CODE = -100; field in ActivityManager
240 public static final int START_VOICE_HIDDEN_SESSION = FIRST_START_FATAL_ERROR_CODE;
247 public static final int START_VOICE_NOT_ACTIVE_SESSION = FIRST_START_FATAL_ERROR_CODE + 1;
254 public static final int START_NOT_CURRENT_USER_ACTIVITY = FIRST_START_FATAL_ERROR_CODE + 2;
261 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3;
268 public static final int START_CANCELED = FIRST_START_FATAL_ERROR_CODE + 4;
275 public static final int START_NOT_ACTIVITY = FIRST_START_FATAL_ERROR_CODE + 5;
282 public static final int START_PERMISSION_DENIED = FIRST_START_FATAL_ERROR_CODE + 6;
290 public static final int START_FORWARD_AND_REQUEST_CONFLICT = FIRST_START_FATAL_ERROR_CODE + 7;
297 public static final int START_CLASS_NOT_FOUND = FIRST_START_FATAL_ERROR_CODE + 8;
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt1864 Landroid/app/ActivityManager;->FIRST_START_FATAL_ERROR_CODE:I