Searched refs:START_FLAG_DEBUG (Results 1 – 5 of 5) sorted by relevance
25 import static android.app.ActivityManager.START_FLAG_DEBUG;640 if ((startFlags & (START_FLAG_DEBUG | START_FLAG_NATIVE_DEBUGGING in resolveActivity()
372 public static final int START_FLAG_DEBUG = 1<<1; field in ActivityManager
358 mStartFlags |= ActivityManager.START_FLAG_DEBUG; in makeIntent()
16052 if ((startFlags & ActivityManager.START_FLAG_DEBUG) != 0) { in setDebugFlagsForStartingActivity()
1599 Landroid/app/ActivityManager;->START_FLAG_DEBUG:I