Searched refs:START_FLAG_TRACK_ALLOCATION (Results 1 – 5 of 5) sorted by relevance
26 import static android.app.ActivityManager.START_FLAG_TRACK_ALLOCATION;642 | START_FLAG_TRACK_ALLOCATION)) != 0 || profilerInfo != null) { in resolveActivity()
405 public static final int START_FLAG_TRACK_ALLOCATION = 1<<2; field in ActivityManager
357 mStartFlags |= ActivityManager.START_FLAG_TRACK_ALLOCATION; in makeIntent()
18444 if ((startFlags & ActivityManager.START_FLAG_TRACK_ALLOCATION) != 0) { in setDebugFlagsForStartingActivity()
1787 Landroid/app/ActivityManager;->START_FLAG_TRACK_ALLOCATION:I