Home
last modified time | relevance | path

Searched defs:account (Results 1 – 25 of 248) sorted by relevance

12345678910

/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DSendersFormattingTests.java50 final Account account = createAccount(); in testMeFromNullName() local
51 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); in testMeFromNullName() local
62 final Account account = createAccount(); in testMeFromEmptyName() local
63 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); in testMeFromEmptyName() local
75 final Account account = createAccount(); in testMeFromDuplicateEmptyNames() local
76 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); in testMeFromDuplicateEmptyNames() local
90 final Account account = createAccount(); in testDuplicates() local
91 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); in testDuplicates() local
138 final Account account = createAccount(); in testSenderAvatarIsSenderOfFirstUnreadMessage() local
140 senderAvatarModel, account, false, false); in testSenderAvatarIsSenderOfFirstUnreadMessage() local
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewActivity.java52 public static void startMailPhotoViewActivity(final Context context, final String account, in startMailPhotoViewActivity()
62 context.startActivity(wrapIntent(builder.build(), account, accountType, msg)); in startMailPhotoViewActivity() local
70 public static void startMailPhotoViewActivity(final Context context, final String account, in startMailPhotoViewActivity()
78 final Context context, final String account, final String accountType, in buildMailPhotoViewActivityIntent()
91 final Intent intent, final String account, final String accountType, in wrapIntent()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneAccountUtils.java43 PhoneAccount account = telecomManager.getPhoneAccount(accountHandle); in getSubscriptionPhoneAccounts() local
66 PhoneAccount account = getAccountOrNull(context, accountHandle); in getAccountLabel() local
79 final PhoneAccount account = telecomManager.getPhoneAccount(accountHandle); in getAccountColor() local
94 final PhoneAccount account = telecomManager.getPhoneAccount(accountHandle); in getAccountOrNull() local
/packages/apps/Email/provider_src/com/android/email/
DNotificationController.java30 void cancelNotifications(final Context context, final Account account); in cancelNotifications()
32 void showSecurityNeededNotification(Account account); in showSecurityNeededNotification()
33 void showSecurityUnsupportedNotification(Account account); in showSecurityUnsupportedNotification()
34 void showSecurityChangedNotification(Account account); in showSecurityChangedNotification()
DSecurityPolicy.java459 Account account = Account.restoreAccountWithId(context, accountId); in setAccountHoldFlag() local
479 public static void setAccountHoldFlag(Context context, Account account, boolean newState) { in setAccountHoldFlag()
499 Account account = Account.restoreAccountWithId(mContext, accountId); in policiesRequired() local
522 public static void clearAccountPolicy(Context context, Account account) { in clearAccountPolicy()
536 public static void setAccountPolicy(Context context, Account account, Policy policy, in setAccountPolicy()
579 private static void syncAccount(final Context context, final Account account) { in syncAccount()
593 public void syncAccount(final Account account) { in syncAccount()
599 Account account = Account.restoreAccountWithId(mContext, accountId); in setAccountPolicy() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
DTestAuthenticator.java67 final Account account = new Account(newUniqueUserName(), accountType); in addAccount() local
82 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
95 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
115 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
126 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/apps/Email/provider_src/com/android/email/service/
DEasTestAuthenticatorService.java56 final Account account = new Account(options.getString(OPTIONS_USERNAME), in addAccount() local
79 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
90 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
102 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
108 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
DAuthenticatorService.java70 final Account account = new Account(options.getString(OPTIONS_USERNAME), in addAccount() local
121 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
132 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
144 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
150 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/apps/UnifiedEmail/src/com/android/mail/
DConversationListContext.java50 public final Account account; field in ConversationListContext
70 Account account = bundle.getParcelable(Utils.EXTRA_ACCOUNT); in forBundle() local
81 public static ConversationListContext forFolder(Account account, Folder folder) { in forFolder()
88 public static ConversationListContext forSearchQuery(Account account, Folder folder, in forSearchQuery()
DMailIntentService.java79 final Account account = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT); in onHandleIntent() local
95 final Account account = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT); in onHandleIntent() local
107 final Account account = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT); in onHandleIntent() local
/packages/apps/Email/provider_src/com/android/email/mail/
DSender.java40 public static Sender newInstance(Account account) throws MessagingException { in newInstance()
45 private static Sender instantiateSender(Context context, String className, Account account) in instantiateSender()
70 private static Sender findSender(Context context, int resourceId, Account account) in findSender()
107 public synchronized static Sender getInstance(Context context, Account account) in getInstance()
DStore.java65 static Store newInstance(Account account) throws MessagingException { in newInstance()
84 public synchronized static Store getInstance(Account account, Context context) in getInstance()
107 private synchronized static Store createInstanceInternal(final Account account, in createInstanceInternal()
143 public synchronized static Store removeInstance(Account account, Context context) in removeInstance()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DReplyFromAccount.java45 public Account account; field in ReplyFromAccount
53 public ReplyFromAccount(Account account, Uri baseAccountUri, String address, String name, in ReplyFromAccount()
79 public static ReplyFromAccount deserialize(Account account, JSONObject json) { in deserialize()
96 public static ReplyFromAccount deserialize(Account account, String stringExtra) { in deserialize()
110 public static boolean matchesAccountOrCustomFrom(Account account, String possibleCustomFrom, in matchesAccountOrCustomFrom()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSyncCalendar.java128 public EasSyncCalendar(final Context context, final Account account, in EasSyncCalendar()
192 final double protocolVersion, final Account account, final Mailbox mailbox, in setSyncOptions()
204 public AbstractSyncParser getParser(final Context context, final Account account, in getParser()
231 private Uri asSyncAdapter(final Uri uri, final Account account) { in asSyncAdapter()
259 private void markParentsOfDirtyEvents(final Context context, final Account account, in markParentsOfDirtyEvents()
293 ContentUris.withAppendedId(Events.CONTENT_URI, orphan), account), null, null); in markParentsOfDirtyEvents() local
324 private void sendDeclinedEmail(final Context context, final Account account, in sendDeclinedEmail()
382 private void sendEvent(final Context context, final Account account, final Entity entity, in sendEvent()
418 ContentUris.withAppendedId(Events.CONTENT_URI, eventId), account), in sendEvent() local
657 final Account account,final Entity entity, final ContentValues entityValues, in handleExceptionsToRecurrenceRules()
[all …]
DEasSyncCollectionTypeBase.java47 final double protocolVersion, final Account account, final Mailbox mailbox, in setSyncOptions()
59 public abstract AbstractSyncParser getParser(final Context context, final Account account, in getParser()
68 public void cleanup(final Context context, final Account account) {} in cleanup()
DEasSyncMail.java44 final double protocolVersion, final Account account, final Mailbox mailbox, in setSyncOptions()
116 public AbstractSyncParser getParser(final Context context, final Account account, in getParser()
151 private String getEmailFilter(final Account account, final Mailbox mailbox) { in getEmailFilter()
/packages/apps/Exchange/src/com/android/exchange/service/
DEasService.java277 Account account = Account.restoreAccountWithId(context, accountId); in loadAccount() local
305 final Account account = new Account(); in doInBackground() local
381 final Account account = intent.getParcelableExtra(EXTRA_PING_ACCOUNT); in onStartCommand() local
405 mSynchronizer.syncEnd(result < EasOperation.RESULT_MIN_OK_RESULT, in doOperation()
411 * Determine whether this account is configured with folders that are ready for push argument
552 public static Set<String> getAuthoritiesToSync(final android.accounts.Account account, in getAuthoritiesToSync()
DPingSyncSynchronizer.java167 public boolean syncEnd(final boolean lastSyncHadError, final Account account, in syncEnd()
185 scheduleDelayedPing(synchronizer.getContext(), account); in syncEnd() local
239 final Account account) { in scheduleDelayedPing()
257 public void pushModify(final Account account, final PingSyncSynchronizer synchronizer) { in pushModify()
376 public void syncEnd(final boolean lastSyncHadError, final Account account) { in syncEnd()
411 public void pushModify(final Account account) { in pushModify()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
DTrafficFlags.java58 public static int getSyncFlags(Context context, Account account) { in getSyncFlags()
69 public static int getAttachmentFlags(Context context, Account account) { in getAttachmentFlags()
80 public static int getSmtpFlags(Context context, Account account) { in getSmtpFlags()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java113 final AccountWithDataSet account = accounts.get(0); in onCreate() local
172 AccountWithDataSet account = mEditorUtils.getCreatedAccount(resultCode, data); in onActivityResult() local
182 private void saveAccountAndReturnResult(AccountWithDataSet account) { in saveAccountAndReturnResult()
/packages/apps/Email/tests/src/com/android/email/
DAccountTestCase.java59 final android.accounts.Account account = makeAccountManagerAccount(username); in createAccountManagerAccount() local
76 Account account = new Account(); in makeExchangeServiceAccountList() local
86 protected void deleteAccountManagerAccount(android.accounts.Account account) { in deleteAccountManagerAccount()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountImageUriGetter.java38 public AccountImageUriGetter(Context context, Account account) { in AccountImageUriGetter()
42 public AccountImageUriGetter(Context context, Account account, Uri changeNotifyUri) { in AccountImageUriGetter()
DAccountSyncSettings.java151 Account account = action.getIntent().getParcelableExtra(EXTRA_ACCOUNT); in onActionClicked() local
231 final Account account = accounts[i]; in getActions() local
277 private Action getAction(Account account, String authority, List<SyncInfo> currentSyncs) { in getAction()
370 Account account = action.getIntent().getParcelableExtra(EXTRA_ACCOUNT); in requestOrCancelSyncForEnabledProviders() local
389 private void requestOrCancelSync(Account account, String authority, boolean sync) { in requestOrCancelSync()
399 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing()
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java62 public String retrieveAccessToken(Context context, Account account) throws in retrieveAccessToken()
83 public String refreshAccessToken(Context context, Account account) throws in refreshAccessToken()
92 private CacheEntry getEntry(Context context, Account account) { in getEntry()
144 final Account account = Account.restoreAccountWithId(context, entry.mAccountId); in saveEntry() local
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DExchangeTestCase.java55 protected void addTestAccount(Account account) { in addTestAccount()
68 Account account = EmailContentSetupUtils.setupAccount(name, saveIt, mProviderContext); in setupTestAccount() local

12345678910