Searched refs:KEY_INTENT (Results 1 - 5 of 5) 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 DAccountManagerService.java562 && !result.containsKey(AccountManager.KEY_INTENT)) {
941 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
960 Intent intent = result.getParcelable(AccountManager.KEY_INTENT);
1467 && result.containsKey(AccountManager.KEY_INTENT)) {
H A DAccountManager.java172 public static final String KEY_INTENT = "intent"; field in class:AccountManager
874 * {@link #KEY_INTENT} with the {@link Intent} needed to launch a prompt.
937 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1005 * only {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1065 * {@link #KEY_INTENT} with the {@link Intent} needed to launch the
1114 * if no activity was specified, contains only {@link #KEY_INTENT}
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java370 if (result.getParcelable(AccountManager.KEY_INTENT) != null) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java2482 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT,

Completed in 137 milliseconds