Searched refs:START_FLAG_DEBUG (Results 1 – 5 of 5) sorted by relevance
26 import static android.app.ActivityManager.START_FLAG_DEBUG;695 final boolean requestDebug = (startFlags & (START_FLAG_DEBUG in resolveActivity()
539 public static final int START_FLAG_DEBUG = 1<<1; field in ActivityManager
481 mStartFlags |= ActivityManager.START_FLAG_DEBUG; in makeIntent()
18536 if ((startFlags & ActivityManager.START_FLAG_DEBUG) != 0) { in setDebugFlagsForStartingActivity()
1599 Landroid/app/ActivityManager;->START_FLAG_DEBUG:I