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()
19 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;825 settingsIntent.setFlags(FLAG_ACTIVITY_NO_HISTORY);
71 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_HISTORY | in getIntentForStatusPanel()
282 | Intent.FLAG_ACTIVITY_NO_HISTORY in buildEphemeralInstallerIntent()
353 | Intent.FLAG_ACTIVITY_NO_HISTORY in settings()
6198 FLAG_ACTIVITY_NO_HISTORY,6245 FLAG_ACTIVITY_NO_HISTORY,6389 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent7917 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in parseCommandArgs()
556 | Intent.FLAG_ACTIVITY_NO_HISTORY in setLaunchIntents()
56 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;8359 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0 in isNoHistory()
11317 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000
7806 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000