Searched defs:KEY_INTENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java45 public static final String KEY_INTENT = "intent"; field in class:HeavyWeightSwitcherActivity
67 mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java184 public static final String KEY_INTENT = "intent"; field in class:AccountManager
796 * Bundle contains only {@link #KEY_INTENT} with the {@link Intent}
1218 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1299 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1369 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1553 * only {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1629 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1678 * if no activity was specified, contains only {@link #KEY_INTENT}
1841 Intent intent = bundle.getParcelable(KEY_INTENT);

Completed in 175 milliseconds