Searched refs:KEY_INTENT (Results 1 - 6 of 6) sorted by relevance

/frameworks/volley/src/com/android/volley/toolbox/
H A DAndroidAuthenticator.java85 if (result.containsKey(AccountManager.KEY_INTENT)) {
86 Intent intent = result.getParcelable(AccountManager.KEY_INTENT);
/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 DChooseTypeAndAccountActivity.java390 AccountManager.KEY_INTENT);
H A DAccountManager.java184 public static final String KEY_INTENT = "intent"; field in class:AccountManager
1117 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1198 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
1268 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1418 * only {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1494 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1543 * if no activity was specified, contains only {@link #KEY_INTENT}
1706 Intent intent = bundle.getParcelable(KEY_INTENT);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1177 && !result.containsKey(AccountManager.KEY_INTENT)) {
1651 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
1670 Intent intent = result.getParcelable(AccountManager.KEY_INTENT);
2565 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) {
2581 "Activity to be started with KEY_INTENT must " +
2600 && result.containsKey(AccountManager.KEY_INTENT)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java892 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT,

Completed in 153 milliseconds