/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
AccountSyncActivity.java | 17 package com.android.tv.settings.accounts; 19 import android.accounts.Account; 20 import android.accounts.AccountManager;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
AccountUtils.java | 19 import android.accounts.Account; 20 import android.accounts.AccountManager; 50 * Get all device accounts having specified domain name.
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
AccountCheckHostSideTest.java | 137 final Pattern p = Pattern.compile("^\\s*Accounts\\:\\s*(\\d+)", Pattern.MULTILINE); 140 fail("Unable to obtain # of accounts"); 145 CLog.i("# of preconfigured accounts=" + count); 166 // // All pre-configured accounts must be "compatible", so the test-only owner can be 203 // 2 compatible accounts. 212 // 2 compatible accounts + 1 incompatible. 221 // 2 compatible accounts + 1 incompatible, different order. 230 CLog.w("Tests failed; current accounts are:"); 233 // Dump accounts
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
TestAccountAuthenticator.java | 17 package android.accounts.cts.common; 19 import android.accounts.AbstractAccountAuthenticator; 20 import android.accounts.Account; 21 import android.accounts.AccountAuthenticatorResponse; 22 import android.accounts.AccountManager; 23 import android.accounts.NetworkErrorException; 24 import android.accounts.cts.common.tx.AddAccountTx; 25 import android.accounts.cts.common.tx.ConfirmCredentialsTx; 26 import android.accounts.cts.common.tx.GetAuthTokenLabelTx; 27 import android.accounts.cts.common.tx.GetAuthTokenTx [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
SyncStorageEngineTest.java | 19 import android.accounts.Account; 49 + "<accounts>\n" 54 + "</accounts>\n").getBytes(); 58 AtomicFile accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/ |
DummyAccountService.java | 19 import android.accounts.AbstractAccountAuthenticator; 20 import android.accounts.Account; 21 import android.accounts.AccountAuthenticatorResponse; 22 import android.accounts.NetworkErrorException;
|
/external/autotest/client/site_tests/login_GaiaLogin/ |
control | 17 accounts.google.com to verify that we're logged in to gaia, as opposed
|
/frameworks/base/core/java/android/accounts/ |
Account.aidl | 17 package android.accounts;
|
AccountManagerCallback.java | 16 package android.accounts;
|
AuthenticatorDescription.aidl | 17 package android.accounts;
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
AccountBackupRestore.java | 28 * deleted by SQLiteDatabase and forcing the user to recreate his accounts from scratch, it was 29 * decided to backup accounts when created/modified and then restore them if 1) there are no 30 * accounts in the database and 2) there are backup accounts. This, at least, would cause user's
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AccountBackupRestoreTests.java | 53 * Delete any dummy accounts we set up for this test 79 * Test backup with accounts 82 // Create real accounts in need of backup 101 // Backup the accounts 104 // Delete the accounts 113 // Because we restore accounts at the db open time, we first need to close the db 115 // Accounts will be restored next time we touch the db. 118 // Make sure there are two accounts and four host auths 122 // Get a cursor to our accounts, from earliest to latest (same order as saved1/saved2)
|
/packages/apps/Settings/src/com/android/settings/system/ |
FactoryResetPreferenceController.java | 18 import android.accounts.Account; 19 import android.accounts.AccountManager; 62 Account[] accounts = mAm.getAccountsAsUser(profileId); local 63 accountsCount += accounts.length;
|
/packages/apps/UnifiedEmail/unified_src/ |
README | 8 This code is just a shim to register existing accounts (Gmail and Email) from the device with the
|
/prebuilts/sdk/14/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/prebuilts/sdk/15/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/prebuilts/sdk/16/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/prebuilts/sdk/17/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/prebuilts/sdk/18/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/prebuilts/sdk/19/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/prebuilts/sdk/20/ |
framework.aidl | 1 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse;
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerUnaffiliatedAuthenticatorTests.java | 17 package android.accounts.cts; 19 import android.accounts.Account; 20 import android.accounts.AccountManager; 21 import android.accounts.AccountManagerFuture; 22 import android.accounts.AuthenticatorException; 23 import android.accounts.OperationCanceledException; 24 import android.accounts.cts.common.AuthenticatorContentProvider; 25 import android.accounts.cts.common.Fixtures; 26 import android.accounts.cts.common.tx.StartAddAccountSessionTx; 27 import android.accounts.cts.common.tx.StartUpdateCredentialsSessionTx 259 Account[] accounts = mAccountManager.getAccounts(); local 264 Account[] accounts = mAccountManager.getAccountsByType(Fixtures.TYPE_STANDARD_UNAFFILIATED); local 275 Account[] accounts = future.getResult(); local 280 Account[] accounts = mAccountManager.getAccountsByTypeForPackage( local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MailAppProvider.java | 61 * The Mail App provider allows email providers to register "accounts" and the UI has a single 62 * place to query for the list of accounts. 65 * the application. For example, the mock accounts can be enabled/disabled. 66 * In the future, once other processes can add new accounts, this could allow other "mail" 79 * by {@link #getNoAccountsIntent} to return the list of accounts. The data 118 * doesn't return any accounts. 120 * The result from the {@link Activity} activity should include the list of accounts in 123 * @return Intent or null, if the provider doesn't specify a behavior when no accounts are 196 // This content provider currently only supports one query (to return the list of accounts). 209 // The order in which providers respond will affect the order of accounts. Becaus 356 JSONArray accounts = null; local [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactEditorAccountsChangedActivity.java | 120 private void updateDisplayedAccounts(List<AccountInfo> accounts) { 121 final int numAccounts = accounts.size(); 123 throw new IllegalStateException("Cannot have a negative number of accounts"); 128 // When the user has 2+ writable accounts, show a list of accounts so the user can pick 141 mAccountListAdapter = new AccountsListAdapter(this, accounts); 144 } else if (numAccounts == 1 && !accounts.get(0).getAccount().isNullAccount()) { 154 final AccountInfo accountInfo = accounts.get(0); 173 // If the user has 0 writable accounts, we will just show the user a message with 2 230 public void onAccountsLoaded(List<AccountInfo> accounts) { [all...] |
/cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/ |
AndroidManifest.xml | 24 <action android:name="android.accounts.AccountAuthenticator"/> 27 android:name="android.accounts.AccountAuthenticator"
|