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