HomeSort by relevance Sort by last modified time
    Searched full:accounts (Results 301 - 325 of 1302) sorted by null

<<11121314151617181920>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java 17 package com.android.tv.settings.accounts;
19 import android.accounts.Account;
20 import android.accounts.AccountManager;
41 import com.android.settingslib.accounts.AuthenticatorHelper;
244 Account[] accounts = AccountManager.get(getActivity()).getAccountsByTypeAsUser(
246 for (final Account other : accounts) {
SyncStateSwitchPreference.java 17 package com.android.tv.settings.accounts;
19 import android.accounts.Account;
  /packages/apps/Email/
AndroidManifest.xml 457 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
507 android:name="android.accounts.AccountAuthenticator" />
510 android:name="android.accounts.AccountAuthenticator"
522 android:name="android.accounts.AccountAuthenticator" />
525 android:name="android.accounts.AccountAuthenticator"
606 android:name="android.accounts.AccountAuthenticator" />
609 android:name="android.accounts.AccountAuthenticator"
621 android:name="android.accounts.AccountAuthenticator" />
624 android:name="android.accounts.AccountAuthenticator"
639 android:name="android.accounts.AccountAuthenticator" /
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 103 * Compute the aggregate policy for all accounts that require it, and record it.
232 * Typically used when deleting accounts, although we may use it for server-side policy
305 * state against the aggregate set of device policies stored in all accounts.
309 * NOTE: If there are multiple accounts with password expiration policies, the device
312 * the expiration. In other words, all accounts (that require expiration) will run/stop
582 final android.accounts.Account amAccount =
583 new android.accounts.Account(account.mEmailAddress, info.accountType);
712 * Delete all accounts whose security flags aren't zero (i.e. they have security enabled).
720 // Find all accounts with security and delete them
    [all...]
  /cts/hostsidetests/incident/apps/batterystatsapp/
AndroidManifest.xml 49 <action android:name="android.accounts.AccountAuthenticator" />
52 <meta-data android:name="android.accounts.AccountAuthenticator"
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk5.java 33 * <li>It sees contacts from multiple accounts.
35 * of aggregation of two raw contacts from different accounts, it may return the name from
  /development/scripts/
add-accounts 32 DB = "/data/data/com.google.android.googleapps/databases/accounts.db"
90 print "it's too late to use this script to add accounts."
add-accounts-sdk 32 DB = "/data/data/com.google.android.googleapps/databases/accounts.db"
87 print "it's too late to use this script to add accounts."
  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-versus-stubftpserver.apt 18 You also configure a set of one or more user accounts that control which users can login to the FTP server,
59 <<StubFtpServer>> might be simpler -- you don't have to setup fake files and directories and user accounts.
  /frameworks/base/core/java/com/android/internal/app/
ConfirmUserCreationActivity.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
  /frameworks/base/docs/downloads/training/
BasicSyncAdapter.zip 
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 252 mAccountHeaderPresenter.setAccounts(data.accounts);
253 restoreAdapterSelectedStates(data.accounts);
265 private void restoreAdapterSelectedStates(List<AccountInfo> accounts) {
270 for (AccountInfo account : accounts) {
475 final List<AccountInfo> accounts = (List<AccountInfo>) input.get(0);
477 simLoadResult.accounts = accounts;
498 public List<AccountInfo> accounts;
  /packages/apps/Contacts/src/com/android/contacts/model/account/
FallbackAccountType.java 19 import android.accounts.AuthenticatorDescription;
88 // Do nothing. For "Device" accounts we want to just display them using our own strings
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountWithDataSetTest.java 98 AccountWithDataSet... accounts) {
100 List<AccountWithDataSet> list = Lists.newArrayList(accounts);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneAccountUtils.java 32 /** Return a list of phone accounts that are subscription/SIM accounts. */
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreference.java 17 package com.android.settings.accounts;
19 import android.accounts.Account;
AccountPreferenceBase.java 18 package com.android.settings.accounts;
35 import com.android.settingslib.accounts.AuthenticatorHelper;
AccountTypePreference.java 17 package com.android.settings.accounts;
19 import android.accounts.Account;
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardFragmentRegistry.java 23 import com.android.settings.accounts.AccountDetailDashboardFragment;
24 import com.android.settings.accounts.UserAndAccountDashboardFragment;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountController.java 54 * Registers to receive changes to the list of accounts, and obtain the current list.
63 /** Returns a list of all accounts currently known. */
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
AccountsChangedReceiverTests.java 17 package com.android.inputmethod.latin.accounts;
19 import android.accounts.AccountManager;
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionTimeout.java 51 boolean isTimeoutNeededForCall(Collection<PhoneAccountHandle> accounts,
62 if (!accounts.contains(connectionManager)) {
  /packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java 133 * Modifies the dialog to change the default "Cancel" button to "Choose Accounts", which
141 // list of enabled accounts can be updated prior to showing the dialog.
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsSyncTest.java 18 import android.accounts.Account;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
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

Completed in 536 milliseconds

<<11121314151617181920>>