Searched refs:START_FLAG_DEBUG (Results 1 – 3 of 3) sorted by relevance
297 public static final int START_FLAG_DEBUG = 1<<1; field in ActivityManager
501 mStartFlags |= ActivityManager.START_FLAG_DEBUG; in makeIntent()
1150 if ((startFlags & ActivityManager.START_FLAG_DEBUG) != 0) { in resolveActivity()