/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | HeavyWeightSwitcherActivity.java | 151 Intent.FLAG_ACTIVITY_FORWARD_RESULT, 152 Intent.FLAG_ACTIVITY_FORWARD_RESULT, 0);
|
H A D | IntentForwarderActivity.java | 512 Intent.FLAG_ACTIVITY_FORWARD_RESULT | Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in canForward()
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | InstallInstalling.java | 158 successIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in launchSuccess() 174 failureIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in launchFailure()
|
H A D | UninstallerActivity.java | 302 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startUninstallProgress() 321 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startUninstallProgress()
|
H A D | InstallStaging.java | 358 installIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onPostExecute()
|
H A D | InstallStart.java | 157 nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT in onCreate()
|
H A D | PackageInstallerActivity.java | 699 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startInstall()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | TestedScreen.java | 45 intent.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/chooser/ |
H A D | DisplayResolveInfo.java | 71 intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT in DisplayResolveInfo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaProjectionAppSelectorActivity.kt | 190 intent.flags = intent.flags and Intent.FLAG_ACTIVITY_FORWARD_RESULT.inv()
|
H A D | MediaProjectionPermissionActivity.java | 311 intent.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in grantMediaProjectionPermission()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 6743 FLAG_ACTIVITY_FORWARD_RESULT, 6791 FLAG_ACTIVITY_FORWARD_RESULT, 7039 public static final int FLAG_ACTIVITY_FORWARD_RESULT = 0x02000000; field in Intent
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityStarterTests.java | 201 Intent.FLAG_ACTIVITY_FORWARD_RESULT, START_FORWARD_AND_REQUEST_CONFLICT); in testStartActivityPreconditions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStarter.java | 976 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) { in executeRequest()
|
H A D | ActivityTaskManagerService.java | 1393 intent.setFlags(intent.getFlags() & ~(Intent.FLAG_ACTIVITY_FORWARD_RESULT in startNextMatchingActivity()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest2.java | 1593 new Intent(Intent.ACTION_VIEW).setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT)
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11093 field public static final int FLAG_ACTIVITY_FORWARD_RESULT = 33554432; // 0x2000000
|