Searched refs:flagsOfInterest (Results 1 – 1 of 1) sorted by relevance
1735 final int flagsOfInterest = Intent.FLAG_ACTIVITY_NEW_TASK in startActivityUncheckedLocked() local1738 launchFlags = (launchFlags&~flagsOfInterest) in startActivityUncheckedLocked()1739 | (baseIntent.getFlags()&flagsOfInterest); in startActivityUncheckedLocked()