Home | History | Annotate | Download | only in accounts

Lines Matching refs:KEY_INTENT

2240                     && !result.containsKey(AccountManager.KEY_INTENT)) {
2928 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
2964 Intent intent = result.getParcelable(AccountManager.KEY_INTENT);
3368 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) {
3375 && result.containsKey(AccountManager.KEY_INTENT)) {
4712 * Checks Intents, supplied via KEY_INTENT, to make sure that they don't violate our
4737 String tmpl = "KEY_INTENT resolved to an Activity (%s) in a package (%s) that "
4890 && (intent = result.getParcelable(AccountManager.KEY_INTENT)) != null) {
4907 && result.containsKey(AccountManager.KEY_INTENT)) {