Searched refs:FLAG_ACTIVITY_NO_HISTORY (Results 1 – 11 of 11) sorted by relevance
59 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in onCreateView()69 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in onCreateView()
237 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in addManageUsersButton()257 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in addDeviceManagerButton()
71 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_HISTORY | in getIntentForStatusPanel()
265 | Intent.FLAG_ACTIVITY_NO_HISTORY in buildEphemeralInstallerIntent()
344 | Intent.FLAG_ACTIVITY_NO_HISTORY in settings()
5867 FLAG_ACTIVITY_NO_HISTORY,5912 FLAG_ACTIVITY_NO_HISTORY,6056 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent7508 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in parseCommandArgs()
49 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;3587 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0 in isNoHistory()
1687 mLastNoHistoryActivity = (prev.intent.getFlags() & Intent.FLAG_ACTIVITY_NO_HISTORY) != 0 in startPausingLocked()3756 if ((r.intent.getFlags()&Intent.FLAG_ACTIVITY_NO_HISTORY) != 0 in stopActivityLocked()
7806 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000
10478 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000