Searched refs:KEY_INTENT (Results 1 – 10 of 10) sorted by relevance
94 result.putParcelable(AccountManager.KEY_INTENT, intent); in addAccount()132 result.putParcelable(AccountManager.KEY_INTENT, intent); in confirmCredentials()182 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()225 result.putParcelable(AccountManager.KEY_INTENT, intent); in updateCredentials()306 result.putParcelable(AccountManager.KEY_INTENT, intent); in startAddAccountSession()363 result.putParcelable(AccountManager.KEY_INTENT, intent); in startUpdateCredentialsSession()414 result.putParcelable(AccountManager.KEY_INTENT, intent); in finishSession()453 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAccountRemovalAllowed()
666 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent()850 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent()1148 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent()1495 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent()1751 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent()2024 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent()2160 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent()2297 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
47 public static final String KEY_INTENT = "intent"; field in HeavyWeightSwitcherActivity69 mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT); in onCreate()
403 AccountManager.KEY_INTENT); in run()
213 public static final String KEY_INTENT = "intent"; field in AccountManager2326 Intent intent = bundle.getParcelable(KEY_INTENT);
2275 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult()2962 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()2998 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in getAuthToken()3406 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) { in onResult()3417 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult()4940 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) {4961 && result.containsKey(AccountManager.KEY_INTENT)) {
752 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
2751 field public static final java.lang.String KEY_INTENT = "intent";
3210 field public static final String KEY_INTENT = "intent";