Searched refs:FLAG_ACTIVITY_NO_HISTORY (Results 1 – 14 of 14) sorted by relevance
60 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in onCreateView()70 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in onCreateView()
230 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in addManageUsersButton()250 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_NEW_TASK); in addDeviceManagerButton()
19 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;885 settingsIntent.setFlags(FLAG_ACTIVITY_NO_HISTORY);
666 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY or Intent.FLAG_ACTIVITY_NEW_TASK) in getUserSettingsIntent()701 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY or Intent.FLAG_ACTIVITY_NEW_TASK) in getDeviceManagerIntent()
69 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_HISTORY | in getIntentForStatusPanel()
298 settingsIntent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY) in <lambda>()
286 | Intent.FLAG_ACTIVITY_NO_HISTORY in buildEphemeralInstallerIntent()
400 | Intent.FLAG_ACTIVITY_NO_HISTORY in settings()
7013 FLAG_ACTIVITY_NO_HISTORY,7061 FLAG_ACTIVITY_NO_HISTORY,7211 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent8830 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in parseCommandArgs()
564 | Intent.FLAG_ACTIVITY_NO_HISTORY in setLaunchIntents()
65 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;10386 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7806 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000
11458 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000