Searched refs:KEY_INTENT (Results 1 – 11 of 11) sorted by relevance
92 result.putParcelable(AccountManager.KEY_INTENT, intent); in addAccount()130 result.putParcelable(AccountManager.KEY_INTENT, intent); in confirmCredentials()180 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()223 result.putParcelable(AccountManager.KEY_INTENT, intent); in updateCredentials()307 result.putParcelable(AccountManager.KEY_INTENT, intent); in startAddAccountSession()364 result.putParcelable(AccountManager.KEY_INTENT, intent); in startUpdateCredentialsSession()415 result.putParcelable(AccountManager.KEY_INTENT, intent); in finishSession()454 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAccountRemovalAllowed()
722 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartAddAccountSessionReturnWithValidIntent()941 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testStartUpdateCredentialsSessionReturnWithValidIntent()1239 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testFinishSessionAsUserReturnWithValidIntent()1595 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testRemoveAccountAsUserReturnWithValidIntent()1916 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testGetAuthTokenReturnWithValidIntent()2189 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testAddAccountAsUserReturnWithValidIntent()2325 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testConfirmCredentialsAsUserReturnWithValidIntent()2462 Intent intent = result.getParcelable(AccountManager.KEY_INTENT); in testUpdateCredentialsReturnWithValidIntent()
48 public static final String KEY_INTENT = "intent"; field in HeavyWeightSwitcherActivity70 …mStartIntent = (IntentSender)getIntent().getParcelableExtra(KEY_INTENT, android.content.IntentSend… in onCreate()
399 AccountManager.KEY_INTENT, android.content.Intent.class); in run()
219 public static final String KEY_INTENT = "intent"; field in AccountManager2436 Intent intent = bundle.getParcelable(KEY_INTENT, android.content.Intent.class);
2476 && !result.containsKey(AccountManager.KEY_INTENT)) { in onResult()3177 bundle.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()3213 … Intent intent = result.getParcelable(AccountManager.KEY_INTENT, android.content.Intent.class); in getAuthToken()3650 && result.containsKey(AccountManager.KEY_INTENT)) { in onResult()5047 Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT, Intent.class);5098 Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT, Intent.class);5102 Intent simulateIntent = simulateBundle.getParcelable(AccountManager.KEY_INTENT,5300 && result.containsKey(AccountManager.KEY_INTENT)) {
880 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT, new IntentSender(target)); in resolveToHeavyWeightSwitcherIfNeeded()
21888 …final Intent removeIntent = result.getParcelable(AccountManager.KEY_INTENT, android.content.Intent…
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2751 field public static final java.lang.String KEY_INTENT = "intent";
3846 field public static final String KEY_INTENT = "intent";