/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTelecomManager.java | 33 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 …]
|
D | ShadowAccountManager.java | 7 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/ |
D | TestGenericTypes.java | 62 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/ |
D | cr-buildbucket.cfg | 14 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 …]
|
D | realms.cfg | 49 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/ |
D | hello_analytics_api_v3.py | 101 accounts = service.management().accounts().list().execute() 103 if accounts.get('items'): 104 firstAccountId = accounts.get('items')[0].get('id')
|
D | management_v3_reference.py | 105 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/ |
D | ShadowAccountManagerTest.java | 10 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/ |
D | AndroidAuthenticatorTest.java | 23 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/ |
D | AndroidAuthenticator.java | 19 import android.accounts.Account; 20 import android.accounts.AccountManager; 21 import android.accounts.AccountManagerFuture;
|
/external/dagger2/java/dagger/example/atm/ |
D | InMemoryDatabase.java | 28 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/ |
D | client-secrets.md | 15 "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"
|
D | oauth-server.md | 9 …d to the application. You do not need to manually authorize the service accounts that the applicat… 11 …accounts 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-…
|
D | oauth-web.md | 7 …accounts](service-accounts.md) to authorize API requests, particularly when calling Cloud APIs to …
|
D | auth.md | 29 - [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/ |
D | mixins.pyl | 21 …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/ |
D | gentramp.sh | 97 …// 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/ |
D | gentramp.sh | 97 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
|
/external/autotest/client/site_tests/login_GaiaLogin/ |
D | control | 17 accounts.google.com to verify that we're logged in to gaia, as opposed
|
D | control.plt | 19 accounts.google.com to verify that we're logged in to gaia, as opposed
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 18 …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/ |
D | fakeftpserver-versus-stubftpserver.apt | 18 …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/ |
D | fakeftpserver-versus-stubftpserver.apt | 18 …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/ |
D | fakeftpserver-versus-stubftpserver.apt | 18 …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/ |
D | fakeftpserver-versus-stubftpserver.apt | 18 …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.
|