Searched refs:START_FLAG_TRACK_ALLOCATION (Results 1 – 5 of 5) sorted by relevance
28 import static android.app.ActivityManager.START_FLAG_TRACK_ALLOCATION;647 | START_FLAG_TRACK_ALLOCATION)) != 0 || profilerInfo != null) { in resolveActivity()
379 public static final int START_FLAG_TRACK_ALLOCATION = 1<<2; field in ActivityManager
404 mStartFlags |= ActivityManager.START_FLAG_TRACK_ALLOCATION; in makeIntent()
16117 if ((startFlags & ActivityManager.START_FLAG_TRACK_ALLOCATION) != 0) { in setDebugFlagsForStartingActivity()
1602 Landroid/app/ActivityManager;->START_FLAG_TRACK_ALLOCATION:I