Searched refs:FLAG_ACTIVITY_NO_HISTORY (Results 1 – 10 of 10) 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()
282 | Intent.FLAG_ACTIVITY_NO_HISTORY in buildEphemeralInstallerIntent()
346 | Intent.FLAG_ACTIVITY_NO_HISTORY in settings()
6000 FLAG_ACTIVITY_NO_HISTORY,6047 FLAG_ACTIVITY_NO_HISTORY,6191 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent7661 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in parseCommandArgs()
51 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;7328 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0 in isNoHistory()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7806 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000
10837 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000