Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_NO_HISTORY (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A DUninstallAppProgressFragment.java59 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()
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallFinish.java237 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()
H A DPackageInstallerActivity.java19 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;
825 settingsIntent.setFlags(FLAG_ACTIVITY_NO_HISTORY);
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DUIIntentsImpl.java544 intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NO_HISTORY); in getLaunchConversationActivityIntent()
587 configureIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_HISTORY); in getWidgetPendingIntentForConfigurationActivity()
/aosp12/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java71 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_HISTORY | in getIntentForStatusPanel()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockSettingsHelper.java403 outIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in copyOptionalExtras()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java282 | Intent.FLAG_ACTIVITY_NO_HISTORY in buildEphemeralInstallerIntent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java353 | Intent.FLAG_ACTIVITY_NO_HISTORY in settings()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java6214 FLAG_ACTIVITY_NO_HISTORY,
6261 FLAG_ACTIVITY_NO_HISTORY,
6405 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent
7933 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in parseCommandArgs()
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java2069 | Intent.FLAG_ACTIVITY_NO_HISTORY in launchConfirmationDialog()
2207 | Intent.FLAG_ACTIVITY_NO_HISTORY in launchToneDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java556 | Intent.FLAG_ACTIVITY_NO_HISTORY in setLaunchIntents()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java54 import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;
8777 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0 in isNoHistory()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11324 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7806 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000