Searched refs:START_FLAG_DEBUG (Results 1 – 4 of 4) sorted by relevance
26 import static android.app.ActivityManager.START_FLAG_DEBUG;701 final boolean requestDebug = (startFlags & (START_FLAG_DEBUG in resolveActivity()
548 public static final int START_FLAG_DEBUG = 1<<1; field in ActivityManager
546 mStartFlags |= ActivityManager.START_FLAG_DEBUG; in makeIntent()
1599 Landroid/app/ActivityManager;->START_FLAG_DEBUG:I