HomeSort by relevance Sort by last modified time
    Searched refs:launchFlags (Results 1 - 8 of 8) sorted by null

  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 52 * @param launchFlags the launch flags
54 final void setActivity(ComponentName className, int launchFlags) {
58 intent.setFlags(launchFlags);
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 107 * @param launchFlags the launch flags
110 int launchFlags = Intent.FLAG_ACTIVITY_NEW_TASK |
113 this.intent.setFlags(launchFlags);
  /frameworks/native/cmds/service/
service.cpp 195 int launchFlags = 0;
224 else if (strcmp(key, "launchFlags") == 0)
226 launchFlags = atoi(value);
251 data.writeInt32(launchFlags);
312 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityStarterTests.java 176 verifyStartActivityPreconditions(preconditions, 0 /*launchFlags*/, expectedResult);
187 * @param launchFlags The launch flags to be provided by the launch {@link Intent}.
190 private void verifyStartActivityPreconditions(int preconditions, int launchFlags,
208 intent.setFlags(launchFlags);
301 private ActivityStarter prepareStarter(int launchFlags) {
331 intent.addFlags(launchFlags);
367 final ActivityStarter optionStarter = prepareStarter(0 /* launchFlags */);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 619 final int launchFlags = intent.getFlags();
621 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) {
671 if ((launchFlags & FLAG_ACTIVITY_NEW_TASK) == 0
    [all...]
TaskRecord.java     [all...]
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 355 milliseconds