/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 34 String getPassword(in Account account); in getPassword() 35 String getUserData(in Account account, String key); in getUserData() 41 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures() 47 boolean addAccountExplicitly(in Account account, String password, in Bundle extras); in addAccountExplicitly() 48 void removeAccount(in IAccountManagerResponse response, in Account account, in removeAccount() 50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() 52 boolean removeAccountExplicitly(in Account account); in removeAccountExplicitly() 53 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser() 56 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken() 57 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken() [all …]
|
D | IAccountAuthenticator.aidl | 39 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials() 46 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken() 59 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() 73 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures() 80 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed() 86 in Account account); in getAccountCredentialsForCloning() 92 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials() 105 … void startUpdateCredentialsSession(in IAccountAuthenticatorResponse response, in Account account, in startUpdateCredentialsSession() 119 void isCredentialsUpdateSuggested(in IAccountAuthenticatorResponse response, in Account account, in isCredentialsUpdateSuggested()
|
D | AbstractAccountAuthenticator.java | 186 Account account, Bundle options) throws RemoteException { in confirmCredentials() 236 Account account, String authTokenType, Bundle loginOptions) in getAuthToken() 263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 308 Account account, String[] features) throws RemoteException { in hasFeatures() 323 Account account) throws RemoteException { in getAccountRemovalAllowed() 338 Account account) throws RemoteException { in getAccountCredentialsForCloning() 354 Account account, in addAccountFromCredentials() 403 Account account, in startUpdateCredentialsSession() 469 Account account, in isCredentialsUpdateSuggested() 586 Account account, Bundle options) in confirmCredentials() [all …]
|
D | AccountManagerInternal.java | 42 public void onAppPermissionChanged(Account account, int uid); in onAppPermissionChanged() 56 public abstract void requestAccountAccess(@NonNull Account account, in requestAccountAccess() 67 public abstract boolean hasAccountAccess(@NonNull Account account, @IntRange(from = 0) int uid); in hasAccountAccess()
|
D | AccountAndUser.java | 28 public Account account; field in AccountAndUser 33 public AccountAndUser(Account account, int userId) { in AccountAndUser()
|
D | AccountManager.java | 480 public String getPassword(final Account account) { in getPassword() 510 public String getUserData(final Account account, final String key) { in getUserData() 739 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) { in updateAppPermission()
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 58 void requestSync(in Account account, String authority, in Bundle extras, String callingPackage); in requestSync() 65 void cancelSync(in Account account, String authority, in ComponentName cname); in cancelSync() 66 void cancelSyncAsUser(in Account account, String authority, in ComponentName cname, int userId); in cancelSyncAsUser() 76 boolean getSyncAutomatically(in Account account, String providerName); in getSyncAutomatically() 77 boolean getSyncAutomaticallyAsUser(in Account account, String providerName, int userId); in getSyncAutomaticallyAsUser() 85 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically() 86 void setSyncAutomaticallyAsUser(in Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser() 96 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName, in getPeriodicSyncs() 106 void addPeriodicSync(in Account account, String providerName, in Bundle extras, in addPeriodicSync() 116 void removePeriodicSync(in Account account, String providerName, in Bundle extras); in removePeriodicSync() [all …]
|
D | AbstractThreadedSyncAdapter.java | 165 private Account toSyncKey(Account account) { in toSyncKey() 182 public void startSync(ISyncContext syncContext, String authority, Account account, in startSync() 297 Account account, Bundle extras) { in SyncThread() 449 public abstract void onPerformSync(Account account, Bundle extras, in onPerformSync() 462 public void onSecurityException(Account account, Bundle extras, in onSecurityException()
|
D | PeriodicSync.java | 31 public final Account account; field in PeriodicSync 47 public PeriodicSync(Account account, String authority, Bundle extras, long periodInSeconds) { in PeriodicSync() 76 public PeriodicSync(Account account, String authority, Bundle extras, in PeriodicSync()
|
D | SyncInfo.java | 43 public final Account account; field in SyncInfo 70 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo()
|
D | ISyncAdapter.aidl | 50 in Account account, in Bundle extras); in startSync()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountsDbTest.java | 108 Account account = new Account("name", "example.com"); in testCeNotAvailableInitially() local 115 Account account = new Account("name", "example.com"); in testDeAccountInsertFindDelete() local 129 Account account = new Account("name", "example.com"); in testCeAccountInsertFindDelete() local 142 Account account = new Account("name", "example.com"); in testAuthTokenInsertFindDelete() local 164 Account account = new Account("name", "example.com"); in testAuthTokenDeletes() local 194 Account account = new Account("name", "example.com"); in testExtrasInsertFindDelete() local 221 Account account = new Account("name", "example.com"); in testGrantsInsertFindDelete() local 254 Account account = new Account("name", "example.com"); in testSharedAccountsInsertFindDelete() local 288 Account account = new Account("name", "example.com"); in testUpdateDeAccountLastAuthenticatedTime() local 300 Account account = new Account("name", "example.com"); in testRenameAccount() local [all …]
|
D | TestAccountType2Authenticator.java | 66 Account account, in confirmCredentials() 75 Account account, in getAuthToken() 91 Account account, in updateCredentials() 101 Account account, in hasFeatures() 121 Account account, in startUpdateCredentialsSession() 141 Account account, in isCredentialsUpdateSuggested()
|
D | TestAccountType1Authenticator.java | 107 Account account, in confirmCredentials() 146 Account account, in getAuthToken() 201 Account account, in updateCredentials() 239 Account account, in hasFeatures() 318 Account account, in startUpdateCredentialsSession() 425 Account account, in isCredentialsUpdateSuggested() 446 AccountAuthenticatorResponse response, Account account) throws NetworkErrorException { in getAccountRemovalAllowed()
|
/frameworks/base/core/java/android/provider/ |
D | SyncStateContract.java | 74 Account account) throws RemoteException { in get() 104 Account account, byte[] data) throws RemoteException { in set() 113 Account account, byte[] data) throws RemoteException { in insert() 129 Account account) throws RemoteException { in getWithUri() 159 Account account, byte[] data) { in newSetOperation()
|
D | BrowserContract.java | 531 public static byte[] get(ContentProviderClient provider, Account account) in get() 539 public static Pair<Uri, byte[]> getWithUri(ContentProviderClient provider, Account account) in getWithUri() 547 public static void set(ContentProviderClient provider, Account account, byte[] data) in set() 555 public static ContentProviderOperation newSetOperation(Account account, byte[] data) { in newSetOperation()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | AuthenticatorService.java | 70 Account account, Bundle bundle) in confirmCredentials() 77 Account account, String s, Bundle bundle) in getAuthToken() 89 Account account, String s, Bundle bundle) in updateCredentials() 96 Account account, String[] strings) in hasFeatures()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 49 public final Account account; field in TokenCache.Key 54 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key() 165 public void evict(Account account) { in evict() 190 Account account, in put() 213 public void remove(Account account) { in remove() 220 public String get(Account account, String tokenType, String packageName, byte[] sigDigest) { in get()
|
D | AccountManagerService.java | 435 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, int uid, in cancelAccountAccessRequestNotificationIfNeeded() 446 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, in cancelAccountAccessRequestNotificationIfNeeded() 457 public boolean addAccountExplicitlyWithVisibility(Account account, String password, in addAccountExplicitlyWithVisibility() 546 public Map<String, Integer> getPackagesAndVisibilityForAccount(Account account) { in getPackagesAndVisibilityForAccount() 580 private @NonNull Map<String, Integer> getPackagesAndVisibilityForAccountLocked(Account account, in getPackagesAndVisibilityForAccountLocked() 592 public int getAccountVisibility(Account account, String packageName) { in getAccountVisibility() 640 private int getAccountVisibilityFromCache(Account account, String packageName, in getAccountVisibilityFromCache() 660 private Integer resolveAccountVisibility(Account account, @NonNull String packageName, in resolveAccountVisibility() 757 public boolean setAccountVisibility(Account account, String packageName, int newVisibility) { in setAccountVisibility() 796 private boolean setAccountVisibility(Account account, String packageName, int newVisibility, in setAccountVisibility() [all …]
|
D | AccountsDb.java | 347 Map<String, String> findAuthTokensByAccount(Account account) { in findAuthTokensByAccount() 450 Map<String, String> findUserExtrasForAccount(Account account) { in findUserExtrasForAccount() 468 long findCeAccountId(Account account) { in findCeAccountId() 496 long insertCeAccount(Account account, String password) { in insertCeAccount() 702 long insertSharedAccount(Account account) { in insertSharedAccount() 711 boolean deleteSharedAccount(Account account) { in deleteSharedAccount() 717 int renameSharedAccount(Account account, String newName) { in renameSharedAccount() 750 long findSharedAccountId(Account account) { in findSharedAccountId() 766 long findAccountLastAuthenticatedTime(Account account) { in findAccountLastAuthenticatedTime() 775 boolean updateAccountLastAuthenticatedTime(Account account) { in updateAccountLastAuthenticatedTime() [all …]
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 514 public void requestSync(Account account, String authority, Bundle extras, in requestSync() 622 public void cancelSync(Account account, String authority, ComponentName cname) { in cancelSync() 640 public void cancelSyncAsUser(Account account, String authority, ComponentName cname, in cancelSyncAsUser() 686 Account account = request.getAccount(); in cancelRequest() local 750 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() 759 public boolean getSyncAutomaticallyAsUser(Account account, String providerName, int userId) { in getSyncAutomaticallyAsUser() 779 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() 784 public void setSyncAutomaticallyAsUser(Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser() 811 public void addPeriodicSync(Account account, String authority, Bundle extras, in addPeriodicSync() 842 public void removePeriodicSync(Account account, String authority, Bundle extras) { in removePeriodicSync() [all …]
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntryConstructor.java | 66 public VCardEntryConstructor(final int vcardType, final Account account) { in VCardEntryConstructor() 75 public VCardEntryConstructor(final int vcardType, final Account account, in VCardEntryConstructor()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | AccountSpecifier.java | 27 public void setAccount(Account account); in setAccount()
|
D | RecipientAlternatesAdapter.java | 79 ArrayList<String> inAddresses, Account account, RecipientMatchCallback callback, in getMatchingRecipients() 95 ArrayList<String> inAddresses, int addressType, Account account, in getMatchingRecipients() 152 Account account, Set<String> matchesNotFound, in getMatchingRecipientsFromDirectoryQueries() 162 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries() 343 Account account, Context context, Query query, in doQuery()
|
/frameworks/base/test-runner/src/android/test/ |
D | SyncBaseInstrumentation.java | 56 Account account = new Account(accountName, "com.google"); in syncProvider() local
|