HomeSort by relevance Sort by last modified time
    Searched refs:launchFlags (Results 1 - 5 of 5) 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 193 int launchFlags = 0;
222 else if (strcmp(key, "launchFlags") == 0)
224 launchFlags = atoi(value);
249 data.writeInt32(launchFlags);
310 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
TaskRecord.java 681 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) {
712 && (launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) == 0) {
    [all...]

Completed in 1519 milliseconds