Searched refs:FLAG_ACTIVITY_FORWARD_RESULT (Results 1 – 19 of 19) sorted by relevance
151 Intent.FLAG_ACTIVITY_FORWARD_RESULT,152 Intent.FLAG_ACTIVITY_FORWARD_RESULT, 0);
586 Intent.FLAG_ACTIVITY_FORWARD_RESULT | Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in canForward()
171 successIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in launchSuccess()187 failureIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in launchFailure()
103 piaV2.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()344 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startUninstallProgress()363 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startUninstallProgress()
73 piaV2.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()183 nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT in onCreate()
378 installIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onPostExecute()
731 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startInstall()
45 intent.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()
71 intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT in DisplayResolveInfo()
195 intent.flags = intent.flags and Intent.FLAG_ACTIVITY_FORWARD_RESULT.inv() in createIntent()
367 intent.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in grantMediaProjectionPermission()
7018 FLAG_ACTIVITY_FORWARD_RESULT,7066 FLAG_ACTIVITY_FORWARD_RESULT,7319 public static final int FLAG_ACTIVITY_FORWARD_RESULT = 0x02000000; field in Intent
192 Intent.FLAG_ACTIVITY_FORWARD_RESULT, START_FORWARD_AND_REQUEST_CONFLICT); in testStartActivityPreconditions()
1593 new Intent(Intent.ACTION_VIEW).setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT)
1010 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) { in executeRequest()
1421 intent.setFlags(intent.getFlags() & ~(Intent.FLAG_ACTIVITY_FORWARD_RESULT in startNextMatchingActivity()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7800 field public static final int FLAG_ACTIVITY_FORWARD_RESULT = 33554432; // 0x2000000
11450 field public static final int FLAG_ACTIVITY_FORWARD_RESULT = 33554432; // 0x2000000