HomeSort by relevance Sort by last modified time
    Searched refs:accounts (Results 101 - 125 of 466) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 17 package android.accounts.cts.common;
19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AuthenticatorDescription;
35 "android.accounts.cts.unaffiliated.authenticators.provider";
Fixtures.java 17 package android.accounts.cts.common;
19 import android.accounts.Account;
29 public static final String TYPE_CUSTOM = "android.accounts.test.custom";
30 public static final String TYPE_STANDARD = "android.accounts.test.standard";
31 public static final String TYPE_DEFAULT = "android.accounts.test.default";
34 "android.accounts.test.standard.unaffiliated";
81 "android.accounts.cts.unaffiliated.account.status.token";
  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MessageReceiver.java 17 import android.accounts.Account;
30 .equals("android.accounts.action.ACCOUNTS_LISTENER_PACKAGE_INSTALLED")) {
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 17 package android.accounts;
AccountManagerInternal.java 17 package android.accounts;
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountAuthenticatorCache.java 17 package com.android.server.accounts;
19 import android.accounts.AccountManager;
20 import android.accounts.AuthenticatorDescription;
21 import android.accounts.IAccountAuthenticator;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
SelectAccountDialogFragment.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
47 Account[] accounts = accountManager.getAccounts(); local
54 android.R.layout.simple_list_item_2, accounts) {
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
SyncUtilTests.java 18 import android.accounts.Account;
42 // The account names of mGoogleAccount and mOtherAccount are not valid, so both accounts
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CopyAccountToUserTask.java 25 import android.accounts.Account;
26 import android.accounts.AccountManager;
27 import android.accounts.AuthenticatorException;
28 import android.accounts.OperationCanceledException;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
RemoveUserFragmentTest.java 17 package com.android.settings.accounts;
AccountPreferenceTest.java 17 package com.android.settings.accounts;
19 import android.accounts.Account;
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 14 CREATE TABLE accounts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_name TEXT, account_type TEXT, data_set TEXT); table
17 CREATE TABLE raw_contacts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER REFERENCES accounts(_id),sourceid TEXT,backup_id TEXT,raw_contact_is_read_only INTEGER NOT NULL DEFAULT 0,version INTEGER NOT NULL DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0,metadata_dirty INTEGER NOT NULL DEFAULT 0,contact_id INTEGER REFERENCES contacts(_id),aggregation_mode INTEGER NOT NULL DEFAULT 0,aggregation_needed INTEGER NOT NULL DEFAULT 1,custom_ringtone TEXT,send_to_voicemail INTEGER NOT NULL DEFAULT 0,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,pinned INTEGER NOT NULL DEFAULT 0,display_name TEXT,display_name_alt TEXT,display_name_source INTEGER NOT NULL DEFAULT 0,phonetic_name TEXT,phonetic_name_style TEXT,sort_key TEXT COLLATE PHONEBOOK,phonebook_label TEXT,phonebook_bucket INTEGER,sort_key_alt TEXT COLLATE PHONEBOOK,phonebook_label_alt TEXT,phonebook_bucket_alt INTEGER,name_verified INTEGER NOT NULL DEFAULT 0,sync1 TEXT, sync2 TEXT, sync3 TEXT, sync4 TEXT );
38 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,package_id INTEGER REFERENCES package(_id),account_id INTEGER REFERENCES accounts(_id),sourceid TEXT,version INTEGER NOT NULL DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEXT,deleted INTEGER NOT NULL DEFAULT 0,group_visible INTEGER NOT NULL DEFAULT 0,should_sync INTEGER NOT NULL DEFAULT 1,auto_add INTEGER NOT NULL DEFAULT 0,favorites INTEGER NOT NULL DEFAULT 0,group_is_read_only INTEGER NOT NULL DEFAULT 0,sync1 TEXT, sync2 TEXT, sync3 TEXT, sync4 TEXT );
80 INSERT INTO "sqlite_stat1" VALUES('accounts',NULL,'3');
115 INSERT INTO "sqlite_sequence" VALUES('accounts',1);
139 CREATE VIEW view_data AS SELECT data._id AS _id,hash_id, raw_contact_id, raw_contacts.contact_id AS contact_id, raw_contacts.account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL THEN accounts.account_type ELSE accounts.account_type||'/'||accounts.data_set END) AS account_type_and_data_set, (…)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.OnAccountsUpdateListener;
167 * Returns the list of all accounts (if contactWritableOnly is false) or just the list of
168 * contact writable accounts (if contactWritableOnly is true).
181 * Returns all contact writable accounts
184 * accounts in infrequently used features where refactoring to asynchronous loading is
194 * Loads accounts in background and returns future that will complete with list of all accounts
199 * Loads accounts and applies the fitler returning only for which the predicate is tru
    [all...]
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
ConfirmCredentialsTx.java 1 package android.accounts.cts.common.tx;
3 import android.accounts.Account;
GetAuthTokenTx.java 1 package android.accounts.cts.common.tx;
3 import android.accounts.Account;
HasFeaturesTx.java 1 package android.accounts.cts.common.tx;
3 import android.accounts.Account;
StartUpdateCredentialsSessionTx.java 1 package android.accounts.cts.common.tx;
3 import android.accounts.Account;
UpdateCredentialsTx.java 1 package android.accounts.cts.common.tx;
3 import android.accounts.Account;
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncUtils.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java 16 import android.accounts.Account;
17 import android.accounts.AccountManager;
18 import android.accounts.AccountManagerFuture;
113 Account[] accounts = accountManager.getAccounts(); local
115 assertArrayEquals(origAccounts, accounts);
124 Account[] accounts = accountManager.getAccountsByType("myType"); local
126 assertThat(accounts.length, equalTo(1));
127 assertThat(accounts[0], equalTo(diffAccount));
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTestFixtures.java 16 package com.android.server.accounts;
18 import android.accounts.Account;
42 "com.android.server.accounts.account_manager_service_test.account.name";
44 "com.android.server.accounts.account_manager_service_test.account.type1";
46 "com.android.server.accounts.account_manager_service_test.account.type2";
48 "com.android.server.accounts.account_manager_service_test.account.type.fake";
51 "com.android.server.accounts.account_manager_service_test.account.status.token";
53 "com.android.server.accounts.account_manager_service_test.auth.token.label";
55 "com.android.server.accounts.account_manager_service_test.auth.token";
57 "com.android.server.accounts.account_manager_service_test.auth.token.expiry"
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
OmtpVvmSyncReceiver.java 45 List<PhoneAccountHandle> accounts = local
47 for (PhoneAccountHandle phoneAccount : accounts) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
SupportItemAdapterTest.java 19 import android.accounts.Account;
154 * accounts}
157 * @param accounts holds the accounts info to be showed in spinner.
160 Account accounts[]) {
161 bindAccountPickerInner(viewHolder, accounts);
167 assertThat(adapter.getCount()).isEqualTo(accounts.length + 1);
168 for (int i = 0; i < accounts.length; i++) {
169 assertThat(adapter.getItem(i)).isEqualTo(accounts[i].name);
178 * @param accounts holds the accounts info to be showed in spinner
    [all...]
  /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.
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java 3 import android.accounts.Account;
26 public void onAccountsUpdated(Account[] accounts) {

Completed in 1414 milliseconds

1 2 3 45 6 7 8 91011>>