Home
last modified time | relevance | path

Searched refs:accounts (Results 1 – 25 of 170) sorted by relevance

1234567

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java33 private LinkedHashMap<PhoneAccountHandle, PhoneAccount> accounts = new LinkedHashMap(); field in ShadowTelecomManager
77 for (PhoneAccountHandle handle : accounts.keySet()) { in getPhoneAccountsSupportingScheme()
78 PhoneAccount phoneAccount = accounts.get(handle); in getPhoneAccountsSupportingScheme()
96 for (PhoneAccountHandle handle : accounts.keySet()) { in getCallCapablePhoneAccounts()
97 PhoneAccount phoneAccount = accounts.get(handle); in getCallCapablePhoneAccounts()
112 for (PhoneAccountHandle handle : accounts.keySet()) { in getPhoneAccountsForPackage()
122 return accounts.get(account); in getPhoneAccount()
128 return accounts.size(); in getAllPhoneAccountsCount()
134 return ImmutableList.copyOf(accounts.values()); in getAllPhoneAccounts()
140 return ImmutableList.copyOf(accounts.keySet()); in getAllPhoneAccountHandles()
[all …]
DShadowAccountManager.java7 import android.accounts.Account;
8 import android.accounts.AccountManager;
9 import android.accounts.AccountManagerCallback;
10 import android.accounts.AccountManagerFuture;
11 import android.accounts.AuthenticatorDescription;
12 import android.accounts.AuthenticatorException;
13 import android.accounts.IAccountManager;
14 import android.accounts.OnAccountsUpdateListener;
15 import android.accounts.OperationCanceledException;
41 private List<Account> accounts = new ArrayList<>(); field in ShadowAccountManager
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestGenericTypes.java62 private List<Key<Account>> accounts; field in TestGenericTypes.Person2
69 public List<Key<Account>> getAccounts() { return accounts; } in getAccounts()
72 public void setAccounts(List<Key<Account>> accounts) { in setAccounts() argument
73 this.accounts = accounts; in setAccounts()
137 List<Key<Account>> accounts = new ArrayList<Key<Account>>(); in testIssue468b() local
138 accounts.add(new Key<Account>(new Account("a", 42L))); in testIssue468b()
139 accounts.add(new Key<Account>(new Account("b", 43L))); in testIssue468b()
140 accounts.add(new Key<Account>(new Account("c", 44L))); in testIssue468b()
141 p2.setAccounts(accounts); in testIssue468b()
/external/angle/infra/config/generated/
Dcr-buildbucket.cfg14 identity: "user:angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
28 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
45 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
62 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
79 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
96 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
114 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
132 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
150 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
168 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
[all …]
Drealms.cfg49 principals: "user:chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com"
50 principals: "user:chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
62 principals: "user:angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
66 principals: "user:angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
79 principals: "user:angle-try-builder@chops-service-accounts.iam.gserviceaccount.com"
/external/python/google-api-python-client/samples/analytics/
Dhello_analytics_api_v3.py101 accounts = service.management().accounts().list().execute()
103 if accounts.get('items'):
104 firstAccountId = accounts.get('items')[0].get('id')
Dmanagement_v3_reference.py105 accounts = service.management().accounts().list().execute()
106 print_accounts(accounts)
108 if accounts.get('items'):
109 firstAccountId = accounts.get('items')[0].get('id')
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java10 import android.accounts.Account;
11 import android.accounts.AccountManager;
12 import android.accounts.AccountManagerCallback;
13 import android.accounts.AccountManagerFuture;
14 import android.accounts.AuthenticatorDescription;
15 import android.accounts.AuthenticatorException;
16 import android.accounts.OnAccountsUpdateListener;
17 import android.accounts.OperationCanceledException;
90 Account[] accounts = am.getAccountsByType("type_a"); in testGetAccountsByType() local
91 assertThat(accounts).isNotNull(); in testGetAccountsByType()
[all …]
/external/volley/src/test/java/com/android/volley/toolbox/
DAndroidAuthenticatorTest.java23 import android.accounts.Account;
24 import android.accounts.AccountManager;
25 import android.accounts.AccountManagerFuture;
26 import android.accounts.AuthenticatorException;
/external/volley/src/main/java/com/android/volley/toolbox/
DAndroidAuthenticator.java19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AccountManagerFuture;
/external/dagger2/java/dagger/example/atm/
DInMemoryDatabase.java28 private final Map<String, Account> accounts = new HashMap<>(); field in InMemoryDatabase
35 return accounts.computeIfAbsent(username, InMemoryAccount::new); in getAccount()
/external/python/google-api-python-client/docs/
Dclient-secrets.md15 "auth_uri": "https://accounts.google.com/o/oauth2/auth",
16 "token_uri": "https://accounts.google.com/o/oauth2/token"
29 "auth_uri": "https://accounts.google.com/o/oauth2/auth",
30 "token_uri": "https://accounts.google.com/o/oauth2/token"
Doauth-server.md9 …d to the application. You do not need to manually authorize the service accounts that the applicat…
11accounts in applications that run from a Google Apps domain, service accounts are not members of y…
29 …stance. For more information, see [Preparing an instance to use service accounts](https://cloud.go…
33 1. Open the [**Service accounts** page](https://console.developers.google.com/permissions/serviceac…
39 …dentials in the API Console, see [Service accounts](https://developers.google.com/console/help/ser…
95 …pes](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#cha…
97 …use the [application default credentials](https://developers.google.com/accounts/docs/application-…
Doauth-web.md7accounts](service-accounts.md) to authorize API requests, particularly when calling Cloud APIs to …
Dauth.md29 - [Web application](https://developers.google.com/accounts/docs/OAuth2WebServer) client IDs
30 - [Installed application](https://developers.google.com/accounts/docs/OAuth2InstalledApp) client IDs
31 - [Service Account](https://developers.google.com/accounts/docs/OAuth2ServiceAccount) client IDs
/external/angle/infra/specs/
Dmixins.pyl21 …unt': { 'swarming': { 'service_account': 'chrome-gpu-gold@chops-service-accounts.iam.gserviceaccou…
22 …unt': { 'swarming': { 'service_account': 'chromium-tester@chops-service-accounts.iam.gserviceaccou…
/external/libffi/src/arm/
Dgentramp.sh97 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dgentramp.sh97 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
/external/autotest/client/site_tests/login_GaiaLogin/
Dcontrol17 accounts.google.com to verify that we're logged in to gaia, as opposed
Dcontrol.plt19 accounts.google.com to verify that we're logged in to gaia, as opposed
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-versus-stubftpserver.apt18 …You also configure a set of one or more user accounts that control which users can login to the FT…
59 …pServer>> might be simpler -- you don't have to setup fake files and directories and user accounts.
/external/mockftpserver/tags/2.1/src/site/apt/
Dfakeftpserver-versus-stubftpserver.apt18 …You also configure a set of one or more user accounts that control which users can login to the FT…
59 …pServer>> might be simpler -- you don't have to setup fake files and directories and user accounts.
/external/mockftpserver/tags/2.4/src/site/apt/
Dfakeftpserver-versus-stubftpserver.apt18 …You also configure a set of one or more user accounts that control which users can login to the FT…
59 …pServer>> might be simpler -- you don't have to setup fake files and directories and user accounts.
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-versus-stubftpserver.apt18 …You also configure a set of one or more user accounts that control which users can login to the FT…
59 …pServer>> might be simpler -- you don't have to setup fake files and directories and user accounts.
/external/mockftpserver/MockFtpServer/src/site/apt/
Dfakeftpserver-versus-stubftpserver.apt18 …You also configure a set of one or more user accounts that control which users can login to the FT…
59 …pServer>> might be simpler -- you don't have to setup fake files and directories and user accounts.

1234567