/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 | AbstractAccountAuthenticator.java | 185 Account account, Bundle options) throws RemoteException { in confirmCredentials() 239 Account account, String authTokenType, Bundle loginOptions) in getAuthToken() 268 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 317 Account account, String[] features) throws RemoteException { in hasFeatures() 334 Account account) throws RemoteException { in getAccountRemovalAllowed() 351 Account account) throws RemoteException { in getAccountCredentialsForCloning() 369 Account account, in addAccountFromCredentials() 422 Account account, in startUpdateCredentialsSession() 492 Account account, in isCredentialsUpdateSuggested() 602 Account account, Bundle options) in confirmCredentials() [all …]
|
D | IAccountAuthenticator.aidl | 41 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials() 49 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken() 64 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() 80 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures() 88 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed() 95 in Account account); in getAccountCredentialsForCloning() 102 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials() 117 … void startUpdateCredentialsSession(in IAccountAuthenticatorResponse response, in Account account, in startUpdateCredentialsSession() 133 void isCredentialsUpdateSuggested(in IAccountAuthenticatorResponse response, in Account account, in isCredentialsUpdateSuggested()
|
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 | 391 final public Account account; field in AccountManager.AccountKeyData 587 public String getPassword(final Account account) { in getPassword() 617 public String getUserData(final Account account, final String key) { in getUserData() 835 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 | 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 | 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 | 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 | 106 Account account = new Account("name", "example.com"); in testCeNotAvailableInitially() local 113 Account account = new Account("name", "example.com"); in testDeAccountInsertFindDelete() local 127 Account account = new Account("name", "example.com"); in testCeAccountInsertFindDelete() local 140 Account account = new Account("name", "example.com"); in testAuthTokenInsertFindDelete() local 162 Account account = new Account("name", "example.com"); in testAuthTokenDeletes() local 192 Account account = new Account("name", "example.com"); in testExtrasInsertFindDelete() local 219 Account account = new Account("name", "example.com"); in testGrantsInsertFindDelete() local 252 Account account = new Account("name", "example.com"); in testSharedAccountsInsertFindDelete() local 286 Account account = new Account("name", "example.com"); in testUpdateDeAccountLastAuthenticatedTime() local 298 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/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 | 485 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, int uid, in cancelAccountAccessRequestNotificationIfNeeded() 496 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, in cancelAccountAccessRequestNotificationIfNeeded() 507 public boolean addAccountExplicitlyWithVisibility(Account account, String password, in addAccountExplicitlyWithVisibility() 595 public Map<String, Integer> getPackagesAndVisibilityForAccount(Account account) { in getPackagesAndVisibilityForAccount() 629 private @NonNull Map<String, Integer> getPackagesAndVisibilityForAccountLocked(Account account, in getPackagesAndVisibilityForAccountLocked() 642 public int getAccountVisibility(Account account, String packageName) { in getAccountVisibility() 693 private int getAccountVisibilityFromCache(Account account, String packageName, in getAccountVisibilityFromCache() 713 private Integer resolveAccountVisibility(Account account, @NonNull String packageName, in resolveAccountVisibility() 810 public boolean setAccountVisibility(Account account, String packageName, int newVisibility) { in setAccountVisibility() 850 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 | 607 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() 781 Account account = request.getAccount(); in cancelRequest() local 865 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() 874 public boolean getSyncAutomaticallyAsUser(Account account, String providerName, int userId) { in getSyncAutomaticallyAsUser() 898 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() 903 public void setSyncAutomaticallyAsUser(Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser() 935 public void addPeriodicSync(Account account, String authority, Bundle extras, in addPeriodicSync() 973 public void removePeriodicSync(Account account, String authority, Bundle extras) { in removePeriodicSync() [all …]
|
D | SyncOperation.java | 119 public SyncOperation(Account account, int userId, int owningUid, String owningPackage, in SyncOperation() 215 Account account = (Account) value; in toJobInfoExtras() local 314 Account account = new Account(accountsBundle.getString("accountName"), in maybeCreateFromJobExtras() local 320 Account account = new Account(accountName, accountType); in maybeCreateFromJobExtras() local
|
/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
|