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

<<21222324252627282930>>

  /packages/inputmethods/LatinIME/java/res/values-en-rGB/
strings.xml 30 <string name="settings_screen_accounts" msgid="2786418968536696670">"Accounts &amp; Privacy"</string>
48 <string name="cloud_sync_summary_disabled_work_profile" msgid="1381770407303129164">"Sync is not available for devices with Google Apps for Business accounts"</string>
98 <string name="switch_accounts" msgid="3321216593719006162">"Change accounts"</string>
99 <string name="no_accounts_selected" msgid="2073821619103904330">"No accounts selected"</string>
  /packages/inputmethods/LatinIME/java/res/values-en-rIN/
strings.xml 30 <string name="settings_screen_accounts" msgid="2786418968536696670">"Accounts &amp; Privacy"</string>
48 <string name="cloud_sync_summary_disabled_work_profile" msgid="1381770407303129164">"Sync is not available for devices with Google Apps for Business accounts"</string>
98 <string name="switch_accounts" msgid="3321216593719006162">"Change accounts"</string>
99 <string name="no_accounts_selected" msgid="2073821619103904330">"No accounts selected"</string>
  /packages/inputmethods/LatinIME/java/res/values-nl/
strings.xml 30 <string name="settings_screen_accounts" msgid="2786418968536696670">"Accounts en privacy"</string>
48 <string name="cloud_sync_summary_disabled_work_profile" msgid="1381770407303129164">"Synchronisatie is niet beschikbaar voor Google Apps for Business-accounts"</string>
98 <string name="switch_accounts" msgid="3321216593719006162">"Schakelen tussen accounts"</string>
99 <string name="no_accounts_selected" msgid="2073821619103904330">"Geen accounts geselecteerd"</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 90 * Loads device accounts to the dictionary.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 55 * improbable collision between sync IDs in different accounts.
ContactsProvider2.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.OnAccountsUpdateListener;
300 * If set to "1", we don't remove account data when accounts have been removed.
500 + "JOIN " + Tables.ACCOUNTS + " ON ("
1770 Account[] accounts = AccountManager.get(context).getAccounts(); local
9602 Account[] accounts = accountManager.getAccountsByType(DEFAULT_ACCOUNT_TYPE); local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java 21 import android.accounts.Account;
SynchronousContactsProvider2.java 19 import android.accounts.Account;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelperTest.java 68 // Component3 and component4 can be merged because they have disjoint accounts, but cannot
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java 278 // Returns all phone accounts when getCallCapablePhoneAccounts is called.
282 // Returns only enabled phone accounts when getCallCapablePhoneAccounts is called.
    [all...]
  /test/vts/web/dashboard/
README.md 111 6. In the page, "Monitor AWS accounts", click Done to skip ahead.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 19 import android.accounts.AccountAuthenticatorResponse;
20 import android.accounts.AccountManager;
89 * Note: For accounts that require the full email address in the login, encode the @ as %40.
90 * Note: Exchange accounts that require device security policies cannot be created
93 * For accounts that correspond to services in providers.xml you can also use the following form
261 * To support continuous testing, we allow the forced creation of accounts.
365 // Launch a loader to cache some info about existing accounts so we can dupe-check against
    [all...]
  /prebuilts/go/darwin-x86/doc/
contribute.html 91 Gerrit uses Google Accounts for authentication. If you don't have
93 <a href="https://www.google.com/accounts/NewAccount">includes
95 <a href="https://accounts.google.com/SignUpWithoutGmail">with your existing
112 You will be redirected to accounts.google.com to sign in.
135 to Google Accounts. Sign in using the same Google Account you used above.
  /prebuilts/go/linux-x86/doc/
contribute.html 91 Gerrit uses Google Accounts for authentication. If you don't have
93 <a href="https://www.google.com/accounts/NewAccount">includes
95 <a href="https://accounts.google.com/SignUpWithoutGmail">with your existing
112 You will be redirected to accounts.google.com to sign in.
135 to Google Accounts. Sign in using the same Google Account you used above.
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1-sources.jar 
android-all-6.0.0_r1-robolectric-0-sources.jar 
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 41 <!-- Settings screen title for accounts and privacy preferences [CHAR LIMIT=33]-->
42 <string name="settings_screen_accounts">Accounts &amp; Privacy</string>
87 Sync is not available for devices with Google Apps for Business accounts
213 <!-- Title of the preference item for switching accounts [CHAR LIMIT=30] -->
214 <string name="switch_accounts">Switch accounts</string>
215 <!-- Summary of the preference item for switching accounts when no accounts
217 <string name="no_accounts_selected">No accounts selected</string>
218 <!-- Summary of the preference item for switching accounts when an account
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 19 import android.accounts.Account;
85 * {@link #requestSync(android.accounts.Account, String, android.os.Bundle)}
171 * ensure that {@link #setIsSyncable(android.accounts.Account, String, int)} has been
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 620 // make sure there are two accounts
636 // make sure there are no accounts now
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 1039 List<PhoneAccountHandle> accounts; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 19 import android.accounts.AccountManager;
20 import android.accounts.AccountManagerCallback;
21 import android.accounts.AccountManagerFuture;
22 import android.accounts.AuthenticatorException;
23 import android.accounts.OperationCanceledException;
314 // accounts yet
    [all...]
  /cts/tests/tests/content/
AndroidManifest.xml 255 <action android:name="android.accounts.AccountAuthenticator" />
258 <meta-data android:name="android.accounts.AccountAuthenticator"
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 53 import android.accounts.Account;
54 import android.accounts.AccountManager;
1231 final Account[] accounts; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 19 import android.accounts.Account;
297 * Parallel syncs allow multiple accounts to be synced at the same time.
  /packages/apps/Bluetooth/res/values/
strings.xml 242 <string name="bluetooth_map_settings_intro">Select the accounts you want to share through Bluetooth. You still have to accept any access to the accounts when connecting.</string>

Completed in 3781 milliseconds

<<21222324252627282930>>