Home
last modified time | relevance | path

Searched defs:account (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/content/
DIContentService.aidl58 void requestSync(in Account account, String authority, in Bundle extras); in requestSync()
64 void cancelSync(in Account account, String authority, in ComponentName cname); in cancelSync()
65 void cancelSyncAsUser(in Account account, String authority, in ComponentName cname, int userId); in cancelSyncAsUser()
75 boolean getSyncAutomatically(in Account account, String providerName); in getSyncAutomatically()
76 boolean getSyncAutomaticallyAsUser(in Account account, String providerName, int userId); in getSyncAutomaticallyAsUser()
84 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically()
85 void setSyncAutomaticallyAsUser(in Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser()
95 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName, in getPeriodicSyncs()
105 void addPeriodicSync(in Account account, String providerName, in Bundle extras, in addPeriodicSync()
115 void removePeriodicSync(in Account account, String providerName, in Bundle extras); in removePeriodicSync()
[all …]
DAbstractThreadedSyncAdapter.java141 private Account toSyncKey(Account account) { in toSyncKey()
151 public void startSync(ISyncContext syncContext, String authority, Account account, in startSync()
213 public void initialize(Account account, String authority) throws RemoteException { in initialize()
233 Account account, Bundle extras) { in SyncThread()
305 public abstract void onPerformSync(Account account, Bundle extras, in onPerformSync()
DISyncAdapter.aidl39 in Account account, in Bundle extras); in startSync()
54 void initialize(in Account account, String authority); in initialize()
DPeriodicSync.java29 public final Account account; field in PeriodicSync
45 public PeriodicSync(Account account, String authority, Bundle extras, long periodInSeconds) { in PeriodicSync()
74 public PeriodicSync(Account account, String authority, Bundle extras, in PeriodicSync()
DContentResolver.java1735 Account account = null; in startSync() local
1765 public static void requestSync(Account account, String authority, Bundle extras) { in requestSync()
1773 public static void requestSyncAsUser(Account account, String authority, int userId, in requestSyncAsUser()
1859 public static void cancelSync(Account account, String authority) { in cancelSync()
1870 public static void cancelSyncAsUser(Account account, String authority, int userId) { in cancelSyncAsUser()
1910 public static boolean getSyncAutomatically(Account account, String authority) { in getSyncAutomatically()
1922 public static boolean getSyncAutomaticallyAsUser(Account account, String authority, in getSyncAutomaticallyAsUser()
1940 public static void setSyncAutomatically(Account account, String authority, boolean sync) { in setSyncAutomatically()
1948 public static void setSyncAutomaticallyAsUser(Account account, String authority, boolean sync, in setSyncAutomaticallyAsUser()
1989 public static void addPeriodicSync(Account account, String authority, Bundle extras, in addPeriodicSync()
[all …]
DSyncInfo.java33 public final Account account; field in SyncInfo
48 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo()
/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl30 String getPassword(in Account account); in getPassword()
31 String getUserData(in Account account, String key); in getUserData()
37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features); in hasFeatures()
39 boolean addAccountExplicitly(in Account account, String password, in Bundle extras); in addAccountExplicitly()
40 void removeAccount(in IAccountManagerResponse response, in Account account); in removeAccount()
41 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, int userId); in removeAccountAsUser()
43 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken()
44 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken()
45 void setPassword(in Account account, String password); in setPassword()
46 void clearPassword(in Account account); in clearPassword()
[all …]
DAbstractAccountAuthenticator.java144 Account account, Bundle options) throws RemoteException { in confirmCredentials()
188 Account account, String authTokenType, Bundle loginOptions) in getAuthToken()
212 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
252 Account account, String[] features) throws RemoteException { in hasFeatures()
266 Account account) throws RemoteException { in getAccountRemovalAllowed()
280 Account account) throws RemoteException { in getAccountCredentialsForCloning()
295 Account account, in addAccountFromCredentials()
411 Account account, Bundle options) in confirmCredentials()
432 Account account, String authTokenType, Bundle options) in getAuthToken()
462 Account account, String authTokenType, Bundle options) throws NetworkErrorException; in updateCredentials()
[all …]
DIAccountAuthenticator.aidl37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
43 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
72 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
78 in Account account); in getAccountCredentialsForCloning()
84 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials()
DAccountAndUser.java25 public Account account; field in AccountAndUser
28 public AccountAndUser(Account account, int userId) { in AccountAndUser()
DAccountManager.java315 public String getPassword(final Account account) { in getPassword()
340 public String getUserData(final Account account, final String key) { in getUserData()
511 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) { in updateAppPermission()
/frameworks/base/core/java/android/provider/
DSyncStateContract.java74 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()
DBrowserContract.java524 public static byte[] get(ContentProviderClient provider, Account account) in get()
532 public static Pair<Uri, byte[]> getWithUri(ContentProviderClient provider, Account account) in getWithUri()
540 public static void set(ContentProviderClient provider, Account account, byte[] data) in set()
548 public static ContentProviderOperation newSetOperation(Account account, byte[] data) { in newSetOperation()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java409 final Account account = new Account(accountName, accountType); in validateAccountsInternal() local
500 public String getPassword(Account account) { in getPassword()
518 private String readPasswordInternal(UserAccounts accounts, Account account) { in readPasswordInternal()
540 public String getPreviousName(Account account) { in getPreviousName()
556 private String readPreviousNameInternal(UserAccounts accounts, Account account) { in readPreviousNameInternal()
591 public String getUserData(Account account, String key) { in getUserData()
650 public boolean addAccountExplicitly(Account account, String password, Bundle extras) { in addAccountExplicitly()
676 private boolean copyAccountToUser(final Account account, int userFrom, int userTo) { in copyAccountToUser()
717 void completeCloningAccount(final Bundle result, final Account account, in completeCloningAccount()
772 private boolean addAccountInternal(UserAccounts accounts, Account account, String password, in addAccountInternal()
[all …]
/frameworks/base/telecomm/java/com/android/internal/telecom/
DITelecomService.aidl50 void setUserSelectedOutgoingPhoneAccount(in PhoneAccountHandle account); in setUserSelectedOutgoingPhoneAccount()
70 PhoneAccount getPhoneAccount(in PhoneAccountHandle account); in getPhoneAccount()
95 void setSimCallManager(in PhoneAccountHandle account); in setSimCallManager()
110 void unregisterPhoneAccount(in PhoneAccountHandle account); in unregisterPhoneAccount()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java316 public void requestSync(Account account, String authority, Bundle extras) { in requestSync()
406 public void cancelSync(Account account, String authority, ComponentName cname) { in cancelSync()
424 public void cancelSyncAsUser(Account account, String authority, ComponentName cname, in cancelSyncAsUser()
460 Account account = request.getAccount(); in cancelRequest() local
510 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically()
519 public boolean getSyncAutomaticallyAsUser(Account account, String providerName, int userId) { in getSyncAutomaticallyAsUser()
539 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically()
544 public void setSyncAutomaticallyAsUser(Account account, String providerName, boolean sync, in setSyncAutomaticallyAsUser()
568 public void addPeriodicSync(Account account, String authority, Bundle extras, in addPeriodicSync()
601 public void removePeriodicSync(Account account, String authority, Bundle extras) { in removePeriodicSync()
[all …]
DSyncStorageEngine.java228 final Account account; field in SyncStorageEngine.EndPoint
243 public EndPoint(Account account, String provider, int userId) { in EndPoint()
624 public boolean getSyncAutomatically(Account account, int userId, String providerName) { in getSyncAutomatically()
646 public void setSyncAutomatically(Account account, int userId, String providerName, in setSyncAutomatically()
675 public int getIsSyncable(Account account, int userId, String providerName) { in getIsSyncable()
700 public void setIsSyncable(Account account, int userId, String providerName, int syncable) { in setIsSyncable()
813 private boolean setBackoffLocked(Account account, int userId, String providerName, in setBackoffLocked()
1661 AccountInfo account = mAccounts.get(au); in getOrCreateAuthorityLocked() local
1716 private void removeAuthorityLocked(Account account, int userId, String authorityName, in removeAuthorityLocked()
2701 private void requestSync(Account account, int userId, int reason, String authority, in requestSync()
/frameworks/volley/src/com/android/volley/toolbox/
DAndroidAuthenticator.java44 public AndroidAuthenticator(Context context, Account account, String authTokenType) { in AndroidAuthenticator()
55 public AndroidAuthenticator(Context context, Account account, String authTokenType, in AndroidAuthenticator()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntryConstructor.java66 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/
DAccountSpecifier.java27 public void setAccount(Account account); in setAccount()
DRecipientAlternatesAdapter.java80 ArrayList<String> inAddresses, Account account, RecipientMatchCallback callback) { in getMatchingRecipients()
94 ArrayList<String> inAddresses, int addressType, Account account, in getMatchingRecipients()
148 Account account, Set<String> matchesNotFound, in getMatchingRecipientsFromDirectoryQueries()
157 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries()
341 Account account, ContentResolver resolver, Query query) { in doQuery()
/frameworks/base/test-runner/src/android/test/
DSyncBaseInstrumentation.java50 Account account = new Account(accountName, "com.google"); in syncProvider() local
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java91 final Account account = new Account("a@example.com", "example.type"); in testPurgeActiveSync() local
337 …private void removePeriodicSyncs(SyncStorageEngine engine, Account account, int userId, String aut… in removePeriodicSyncs()
484 final Account account = new Account("account1", "type1"); in testAuthorityParsingV2() local
606 final Account account = new Account("account1", "type1"); in testAuthorityParsing() local
798 final Account account = new Account("acc", "type"); in testSyncableMigration() local
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java529 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) { in getPhoneAccount()
601 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java64 final Account account = mAccountName != null && mAccountType != null in run() local

12