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

/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java46 public static final String KEY_INTENT = "intent"; field in class:HeavyWeightSwitcherActivity
68 mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java182 public static final String KEY_INTENT = "intent"; field in class:AccountManager
984 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1065 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1135 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1260 * only {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1336 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1385 * if no activity was specified, contains only {@link #KEY_INTENT}
1548 Intent intent = bundle.getParcelable(KEY_INTENT);

Completed in 77 milliseconds