HomeSort by relevance Sort by last modified time
    Searched refs:accounts (Results 176 - 200 of 323) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/
AccountPreference.java 21 import android.accounts.Account;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountsBrowseInfo.java 17 package com.android.tv.settings.accounts;
30 * Browse info for accounts.
ContactPhotoUtils.java 17 package com.android.tv.settings.accounts;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageHelper.java 19 import android.accounts.Account;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TurnAutoSyncOnDialog.java 19 import android.accounts.Account;
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 57 * Value to start ordering of phone accounts relative to other preferences. By setting this
106 * (3) <All Accounts> // Lets user enable/disable third-party accounts. SIM-based accounts
110 * - (1) is only shown if there are multiple enabled accounts, including SIM accounts.
111 * This can be 2+ SIM accounts, 2+ third party accounts or any combination.
112 * - (2) The account list only lists (a) enabled third party accounts and (b) SIM-based
113 * accounts. However, for single-SIM devices, if the only account to show is th
287 List<PhoneAccount> accounts = new ArrayList<>(); local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 345 final android.accounts.Account androidAcct = new android.accounts.Account(
366 final android.accounts.Account androidAcct = new android.accounts.Account(
372 final android.accounts.Account androidAcct = new android.accounts.Account(
378 final android.accounts.Account androidAcct = new android.accounts.Account(
654 final android.accounts.Account androidAcct = mUiAccount.getAccountManagerAccount();
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AccountManagerCallback;
22 import android.accounts.AccountManagerFuture;
23 import android.accounts.AuthenticatorException;
24 import android.accounts.OnAccountsUpdateListener;
25 import android.accounts.OperationCanceledException;
674 public void setAccounts(Account[] accounts) {
675 mAccounts = accounts;
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java 21 import android.accounts.Account;
22 import android.accounts.AccountManager;
50 // accounts.
111 * Contact has merged raw contacts from different accounts. Contact should not be deleted when
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 19 import android.accounts.Account;
43 import com.example.android.common.accounts.GenericAccountService;
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 19 import android.accounts.Account;
43 import com.example.android.common.accounts.GenericAccountService;
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 19 import android.accounts.Account;
43 import com.example.android.common.accounts.GenericAccountService;
  /frameworks/base/core/java/android/content/
IContentService.aidl 19 import android.accounts.Account;
159 * Returns the status that matches the authority. If there are multiples accounts for
  /frameworks/base/services/core/java/com/android/server/accounts/
TokenCache.java 17 package com.android.server.accounts;
19 import android.accounts.Account;
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 19 import android.accounts.Account;
130 mAccountsButton.setText(res.getString(R.string.accounts));
209 // Called when the Accounts button is pressed. Takes the user to the
210 // Accounts and Sync settings page.
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
110 * Saves all writable accounts and the default account, which can later be obtained
123 // If the default is "local only", there should be no writable accounts.
125 // asynchronously using a worker thread, it is possible that there are accounts at this
175 * @return saved known accounts, or an empty list if none has been saved yet.
186 Log.e(TAG, "Error with retrieving saved accounts " + exception.toString());
195 * @return true if the contact editor should show the "accounts changed" notification, that is:
227 // ("local" account) while there are multiple accounts, then show the notification dialog.
233 + " and current writable accounts be saved again")
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 64 // Initialize with 0 types, 0 accounts.
77 private void setAccounts(AccountWithDataSet... accounts) {
78 mAccountTypes.mAccounts = accounts;
125 // Save 0 accounts.
141 // 2 accounts
149 // 2 accounts, and save null as the default. Even though there are accounts, the saved
160 // 0 accounts
165 // 2 accounts
175 * 0 accounts
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 47 * Shows a list of all available accounts, letting the user select under which account to view
116 List<AccountWithDataSet> accounts = accountTypes.getAccounts(false); local
117 for (AccountWithDataSet account : accounts) {
128 // Always show "All", even when there's no accounts. (We may have local contacts)
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 59 public final android.accounts.Account mAccountManagerAccount;
87 mAccountManagerAccount = new android.accounts.Account(mAccount.mEmailAddress,
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 156 * Displays all phone accounts registered with telecom.
161 List<PhoneAccountHandle> accounts = telecomManager.getCallCapablePhoneAccounts(); local
163 Toast.makeText(context, accounts.toString(), Toast.LENGTH_LONG).show();
179 // buttons. Since the phone accounts notification is always first, setting false ensures
189 builder.setContentText("Test phone accounts via telecom APIs.");
190 builder.setContentTitle("Test Phone Accounts");
236 * Creates the intent to show all phone accounts.
285 * Adds an action to show all registered phone accounts on a device.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 203 * Look for unknown accounts in a set of events and associate with them.
228 Log.d(TAG, "found no accounts for calendars");
232 // filter out non-google accounts (necessary?)
233 Set<String> accounts = new LinkedHashSet<String>(); local
236 accounts.add(accountPair.second);
240 // filter out accounts we already know about
246 accounts.removeAll(existingAccounts);
248 if (accounts.isEmpty()) {
249 // nothing to do, we've already registered all the accounts.
253 // subscribe to remaining accounts
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 81 * The content authorities that can be synced for EAS accounts. Initialization must wait until
285 * Content selection string for getting all accounts that are configured for push.
286 * TODO: Add protocol check so that we don't get e.g. IMAP accounts here.
293 /** {@link AsyncTask} to restart pings for all accounts that need it. */
349 // Restart push for all accounts that need it. Because this requires DB loads, we do it in
372 // We've been asked to forcibly shutdown. This happens if email accounts are
374 // accounts that are now gone.
376 // if accounts disappear out from under us.
382 final android.accounts.Account amAccount =
383 new android.accounts.Account(account.mEmailAddress
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 24 import android.accounts.Account;
25 import android.accounts.AccountManager;
809 * Performs a manual refresh of calendars in all known accounts.
812 Account[] accounts = AccountManager.get(mContext).getAccounts(); local
813 Log.d(TAG, "Refreshing " + accounts.length + " accounts");
816 for (int i = 0; i < accounts.length; i++)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 19 import android.accounts.Account;
118 * Fragment is created but there's no accounts set up.
314 final List<AccountWithDataSet> accounts = local
316 // No Accounts available
317 if (accounts.isEmpty()) {
318 Log.e(TAG, "No accounts were found.");
327 if (accounts.size() == 1) {
328 mAccountName = accounts.get(0).name;
329 mAccountType = accounts.get(0).type;
330 mDataSet = accounts.get(0).dataSet
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 695 requestSyncForMailbox(new android.accounts.Account(account.mEmailAddress,
701 * @param amAccount The {@link android.accounts.Account} for the account we're pinging.
704 protected static void requestSyncForMailbox(final android.accounts.Account amAccount,
    [all...]

Completed in 1371 milliseconds

1 2 3 4 5 6 78 91011>>