Searched refs:KEY_INTENT_FLAGS (Results 1 – 2 of 2) sorted by relevance
114 public static final String KEY_INTENT_FLAGS = "intent_flags"; field in ActivityLauncher189 final int intentFlags = extras.getInt(KEY_INTENT_FLAGS); // 0 if key doesn't exist. in launchActivityFromExtras()
48 import static android.server.wm.ActivityLauncher.KEY_INTENT_FLAGS;2002 b.putInt(KEY_INTENT_FLAGS, mIntentFlags);2067 commandBuilder.append(" --ei " + KEY_INTENT_FLAGS + " ").append(mIntentFlags);