Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java135 private static final int FIRST_START_SUCCESS_CODE = 0; field in ActivityManager
324 public static final int START_SUCCESS = FIRST_START_SUCCESS_CODE;
331 public static final int START_RETURN_INTENT_TO_CALLER = FIRST_START_SUCCESS_CODE + 1;
338 public static final int START_TASK_TO_FRONT = FIRST_START_SUCCESS_CODE + 2;
345 public static final int START_DELIVERED_TO_TOP = FIRST_START_SUCCESS_CODE + 3;
693 return FIRST_START_SUCCESS_CODE <= result && result <= LAST_START_SUCCESS_CODE; in isStartResultSuccessful()
/frameworks/base/config/
Dhiddenapi-private-dex.txt1866 Landroid/app/ActivityManager;->FIRST_START_SUCCESS_CODE:I