Home | History | Annotate | Download | only in activity

Lines Matching refs:account

22 import com.android.emailcommon.provider.Account;
38 * Dialog which lists QuickResponses for the specified account. On user selection, will call
46 // Key for the Account object in the arguments bundle
47 private static final String ACCOUNT_KEY = "account";
66 newInstance(Fragment callbackFragment, Account account) {
82 args.putParcelable(ACCOUNT_KEY, account);
106 Account account = (Account) getArguments().getParcelable(ACCOUNT_KEY);
108 new QuickResponseFinder(mTaskTracker, account.mId, mQuickResponsesView,