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