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.java189 public static final String KEY_INTENT = "intent"; field in class:AccountManager
885 * Bundle contains only {@link #KEY_INTENT} with the {@link Intent}
1331 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1413 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1484 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1669 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1751 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1804 * if no activity was specified, contains only {@link #KEY_INTENT}
1967 Intent intent = bundle.getParcelable(KEY_INTENT);

Completed in 672 milliseconds