/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() 40 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures() 46 …boolean addAccountExplicitly(in Account account, String password, in Bundle extras, in String opPa… in addAccountExplicitly() 47 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() 49 boolean removeAccountExplicitly(in Account account); in removeAccountExplicitly() 50 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser() 53 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken() 54 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken() 55 void setPassword(in Account account, String password); in setPassword() [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 | 188 Account account, Bundle options) throws RemoteException { in confirmCredentials() 238 Account account, String authTokenType, Bundle loginOptions) in getAuthToken() 265 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 310 Account account, String[] features) throws RemoteException { in hasFeatures() 325 Account account) throws RemoteException { in getAccountRemovalAllowed() 340 Account account) throws RemoteException { in getAccountCredentialsForCloning() 356 Account account, in addAccountFromCredentials() 405 Account account, in startUpdateCredentialsSession() 471 Account account, in isCredentialsUpdateSuggested() 588 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 | 29 public Account account; field in AccountAndUser 34 public AccountAndUser(Account account, int userId) { in AccountAndUser()
|
D | AccountManager.java | 421 final public Account account; field in AccountManager.AccountKeyData 617 public String getPassword(final Account account) { in getPassword() 647 public String getUserData(final Account account, final String key) { in getUserData() 862 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 | PeriodicSync.java | 32 public final Account account; field in PeriodicSync 48 public PeriodicSync(Account account, String authority, Bundle extras, long periodInSeconds) { in PeriodicSync() 77 public PeriodicSync(Account account, String authority, Bundle extras, in PeriodicSync()
|
D | AbstractThreadedSyncAdapter.java | 166 private Account toSyncKey(Account account) { in toSyncKey() 195 public void startSync(ISyncContext syncContext, String authority, Account account, in startSync() 317 Account account, Bundle extras) { in SyncThread() 469 public abstract void onPerformSync(Account account, Bundle extras, in onPerformSync() 482 public void onSecurityException(Account account, Bundle extras, in onSecurityException()
|
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 | 105 Account account, in confirmCredentials() 144 Account account, in getAuthToken() 199 Account account, in updateCredentials() 237 Account account, in hasFeatures() 319 Account account, in startUpdateCredentialsSession() 426 Account account, in isCredentialsUpdateSuggested() 447 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 | 532 public static byte[] get(ContentProviderClient provider, Account account) in get() 540 public static Pair<Uri, byte[]> getWithUri(ContentProviderClient provider, Account account) in getWithUri() 548 public static void set(ContentProviderClient provider, Account account, byte[] data) in set() 556 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 | 48 public final Account account; field in TokenCache.Key 53 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key() 164 public void evict(Account account) { in evict() 189 Account account, in put() 212 public void remove(Account account) { in remove() 219 public Value get(Account account, String tokenType, String packageName, byte[] sigDigest) { in get()
|
D | AccountManagerService.java | 442 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, int uid, in cancelAccountAccessRequestNotificationIfNeeded() 453 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, in cancelAccountAccessRequestNotificationIfNeeded() 464 public boolean addAccountExplicitlyWithVisibility(Account account, String password, in addAccountExplicitlyWithVisibility() 553 public Map<String, Integer> getPackagesAndVisibilityForAccount(Account account) { in getPackagesAndVisibilityForAccount() 587 private @NonNull Map<String, Integer> getPackagesAndVisibilityForAccountLocked(Account account, in getPackagesAndVisibilityForAccountLocked() 600 public int getAccountVisibility(Account account, String packageName) { in getAccountVisibility() 648 private int getAccountVisibilityFromCache(Account account, String packageName, in getAccountVisibilityFromCache() 668 private Integer resolveAccountVisibility(Account account, @NonNull String packageName, in resolveAccountVisibility() 765 public boolean setAccountVisibility(Account account, String packageName, int newVisibility) { in setAccountVisibility() 804 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 | 606 public void requestSync(Account account, String authority, Bundle extras, in requestSync() 721 public void cancelSync(Account account, String authority, ComponentName cname) { in cancelSync() 739 public void cancelSyncAsUser(Account account, String authority, ComponentName cname, in cancelSyncAsUser() 785 Account account = request.getAccount(); in cancelRequest() local 867 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() 876 public boolean getSyncAutomaticallyAsUser(Account account, String providerName, int userId) { in getSyncAutomaticallyAsUser() 899 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() 904 public void setSyncAutomaticallyAsUser(Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser() 936 public void addPeriodicSync(Account account, String authority, Bundle extras, in addPeriodicSync() 971 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
|