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()
70 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()
5672 FLAG_ACTIVITY_NO_HISTORY,5717 FLAG_ACTIVITY_NO_HISTORY,5861 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent7313 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in parseCommandArgs()
49 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;3595 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0 in isNoHistory()
1684 mLastNoHistoryActivity = (prev.intent.getFlags() & Intent.FLAG_ACTIVITY_NO_HISTORY) != 0 in startPausingLocked()3741 if ((r.intent.getFlags()&Intent.FLAG_ACTIVITY_NO_HISTORY) != 0 in stopActivityLocked()
646 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in showTetheredNotification()
7806 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000
10468 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000