Searched refs:setAccount (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DRecipientAdapter.java33 public void setAccount(Account account) { method in class:RecipientAdapter
37 super.setAccount(new android.accounts.Account(account.name, "unknown"));
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DRecipientAdapter.java26 setAccount(account.getAccountManagerAccount());
H A DComposeActivity.java479 setAccount(account);
959 void setAccount(Account account) { method in class:ComposeActivity
2897 setAccount(mReplyFromAccount.account);
3165 setAccount(mReplyFromAccount.account);
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
H A DComposeActivityTest.java104 public void setAccount(ComposeActivity activity, String accountName) { method in class:ComposeActivityTest
109 activity.setAccount(mAccount);
134 setAccount(activity, "account3@mockuiprovider.com");
176 setAccount(activity, "account3@mockuiprovider.com");
210 setAccount(activity, "account3@mockuiprovider.com");
245 setAccount(activity, "account0@mockuiprovider.com");
267 setAccount(activity, "account1@mockuiprovider.com");
293 setAccount(activity, "account1@mockuiprovider.com");
318 setAccount(activity, "account1@mockuiprovider.com");
344 setAccount(activit
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContact.java282 private void setAccount(String accountName, String accountType, String dataSet) { method in class:RawContact
309 public void setAccount(AccountWithDataSet accountWithDataSet) { method in class:RawContact
310 setAccount(accountWithDataSet.name, accountWithDataSet.type, accountWithDataSet.dataSet);
314 setAccount(null, null, null);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractConversationWebViewClient.java54 public void setAccount(Account account) { method in class:AbstractConversationWebViewClient
H A DAbstractConversationViewFragment.java116 mWebViewClient.setAccount(mAccount);
254 mWebViewClient.setAccount(mAccount);
H A DAnimatedAdapter.java189 if (setAccount(newAccount)) {
214 private boolean setAccount(Account newAccount) { method in class:AnimatedAdapter
262 setAccount(mAccountListener.initialize(activity.getAccountController()));
H A DAbstractActivityController.java321 * The loader is always restarted when an account is set in {@link #setAccount(Account)}.
696 setAccount(account);
1255 setAccount((Account) savedState.getParcelable(SAVED_ACCOUNT));
2202 private void setAccount(Account account) { method in class:AbstractActivityController
2208 LogUtils.d(LOG_TAG, "AbstractActivityController.setAccount(): account = %s", account.uri);
2301 setAccount(Account.newinstance(intent.getStringExtra(Utils.EXTRA_ACCOUNT)));
2350 setAccount((Account) intent.getParcelableExtra(Utils.EXTRA_ACCOUNT));
/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java399 boolean setAccount = false;
407 setAccount = true;
408 setAccount(info.accountName, info.accountType);
418 if (setAccount && info.lastUsedId != mRootFolder
422 } else if (!setAccount) {
423 setAccount = true;
424 setAccount(info.lastUsedAccountName, info.lastUsedAccountType);
431 if (!setAccount) {
442 void setAccount(String accountName, String accountType) { method in class:AddBookmarkPage
/packages/apps/Email/src/com/android/email/activity/setup/
H A DSetupData.java107 public void setAccount(Account account) { method in class:SetupData
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java635 rawContact.setAccount(editableAccount);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java728 rawContact.setAccount(newAccount);

Completed in 267 milliseconds