/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/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/mockftpserver/tags/2.0-rc3/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.
|
/external/mockftpserver/tags/2.5/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-rc1/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.2/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.
|
/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.2/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.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.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.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/tags/2.0-rc1/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.
|
/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/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/autotest/client/site_tests/platform_LogoutPerf/ |
D | control | 18 accounts.google.com to verify that we're logged in to gaia, as opposed
|
/external/python/oauth2client/docs/ |
D | index.rst | 9 <https://developers.google.com/accounts/docs/OAuth2>`_. 31 - In order to use crypto libraries (e.g. for service accounts) you will
|