Searched refs:FLAG_ACTIVITY_FORWARD_RESULT (Results 1 – 17 of 17) sorted by relevance
150 Intent.FLAG_ACTIVITY_FORWARD_RESULT,151 Intent.FLAG_ACTIVITY_FORWARD_RESULT, 0);
197 Intent.FLAG_ACTIVITY_FORWARD_RESULT | Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in canForward()
1213 chooserIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT1445 intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT
188 successIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in launchSuccess()203 failureIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in launchFailure()
301 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startUninstallProgress()321 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startUninstallProgress()
208 installIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onPostExecute()
99 nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()
580 newIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in startInstall()
45 intent.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()
166 Intent.FLAG_ACTIVITY_FORWARD_RESULT, START_FORWARD_AND_REQUEST_CONFLICT); in testStartActivityPreconditions()
5872 FLAG_ACTIVITY_FORWARD_RESULT,5917 FLAG_ACTIVITY_FORWARD_RESULT,6162 public static final int FLAG_ACTIVITY_FORWARD_RESULT = 0x02000000; field in Intent
1356 new Intent(Intent.ACTION_VIEW).setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT)
665 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) { in startActivity()
1164 Intent.FLAG_ACTIVITY_FORWARD_RESULT| in startNextMatchingActivity()
7800 field public static final int FLAG_ACTIVITY_FORWARD_RESULT = 33554432; // 0x2000000
10470 field public static final int FLAG_ACTIVITY_FORWARD_RESULT = 33554432; // 0x2000000