Home
last modified time | relevance | path

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

12

/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java75 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()
79 private boolean removeAccount(AccountManager am, Account account, in removeAccount()
98 private void addAccountAndVerifyInitSync(Account account, String password, in addAccountAndVerifyInitSync()
121 private void cancelSync(Account account, String authority, int latchTimeoutMillis) { in cancelSync()
137 private void requestSync(Account account, String authority, int latchTimeoutMillis) { in requestSync()
153 private void setIsSyncable(Account account, String authority, boolean b) { in setIsSyncable()
DMockAccountAuthenticator.java62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
DMockSyncAdapter.java79 public void startSync(ISyncContext syncContext, String authority, Account account, in startSync()
115 public void initialize(android.accounts.Account account, java.lang.String authority) in initialize()
DSyncStorageEngineTest.java64 Account account = new Account("account1", "type1"); in testMalformedAuthority() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DGetAccountRemovalAllowedTx.java24 public final Account account; field in GetAccountRemovalAllowedTx
33 Account account, in GetAccountRemovalAllowedTx()
DHasFeaturesTx.java27 public final Account account; field in HasFeaturesTx
38 Account account, in HasFeaturesTx()
DConfirmCredentialsTx.java24 public final Account account; field in ConfirmCredentialsTx
35 Account account, in ConfirmCredentialsTx()
DGetAuthTokenTx.java24 public final Account account; field in GetAuthTokenTx
37 Account account, in GetAuthTokenTx()
DUpdateCredentialsTx.java24 public final Account account; field in UpdateCredentialsTx
37 Account account, in UpdateCredentialsTx()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
66 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
75 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
86 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java164 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
189 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
212 Account account, in getAuthToken()
254 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
280 Account account) throws NetworkErrorException { in getAccountRemovalAllowed()
304 Account account, in addAccountFromCredentials()
311 final Account account) throws NetworkErrorException { in getAccountCredentialsForCloning()
DAccountTest.java10 private Account account; field in AccountTest
DAccountManagerTest.java168 Account account = fetcher.getAccount(); in validateSuccessfulTokenFetchingLifecycle() local
311 private Account renameAccount(AccountManager am, Account account, String newName) in renameAccount()
321 private boolean removeAccount(AccountManager am, Account account, in removeAccount()
333 private Bundle removeAccountWithIntentLaunch(AccountManager am, Account account, in removeAccountWithIntentLaunch()
347 private Bundle removeAccount(AccountManager am, Account account, Activity activity, in removeAccount()
361 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly()
365 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()
965 BlockingGetAuthTokenFetcher(Account account) { in BlockingGetAuthTokenFetcher()
1477 Account account = new Account("AccountNotOnThisDevice", ACCOUNT_TYPE); in testConfirmCredentialsAccountNotOnDevice() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java70 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
78 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
89 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
95 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java127 static String generateCalendarOwnerEmail(String account) { in generateCalendarOwnerEmail()
140 String account, int seed) { in getNewCalendarValues()
203 public static int deleteCalendarByAccount(ContentResolver resolver, String account) { in deleteCalendarByAccount()
208 public static Cursor getCalendarsByAccount(ContentResolver resolver, String account) { in getCalendarsByAccount()
245 public static ContentValues getNewSyncStateValues(String account) { in getNewSyncStateValues()
264 public static Cursor getSyncStateByAccount(ContentResolver resolver, String account) { in getSyncStateByAccount()
285 public static int deleteSyncStateByAccount(ContentResolver resolver, String account, in deleteSyncStateByAccount()
366 String account, int seed, long calendarId, boolean asSyncAdapter) { in getNewEventValues()
444 public static ContentValues getNewRecurringEventValues(String account, int seed, in getNewRecurringEventValues()
510 public static void addDefaultReadOnlyValues(ContentValues values, String account, in addDefaultReadOnlyValues()
[all …]
DContactsProvider2_AccountRemovalTest.java246 private ArrayList<ContactIdPair> createContacts(Account account, int numContacts) { in createContacts()
/cts/tests/tests/telecom/src/android/telecom/cts/
DNumberDialingTest.java45 PhoneAccount account = setupConnectionService( in testEndInPound() local
DCallDetailsTest.java84 PhoneAccount account = setupConnectionService( in setUp() local
DDataObjectUnitTests.java59 PhoneAccount account = PhoneAccount.builder( in testPhoneAccount() local
DConferenceTest.java288 PhoneAccount account = setupConnectionService( in addOutgoingCalls() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java112 Account account, in confirmCredentials()
166 Account account, in getAuthToken()
237 Account account, in updateCredentials()
290 Account account, in hasFeatures()
DAuthenticatorContentProvider.java90 Account account = new Account(name, a.type); in setup() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DRawContactUtil.java42 public static long createRawContactWithName(ContentResolver resolver, Account account, in createRawContactWithName()
50 Account account) { in createRawContactWithAutoGeneratedName()
56 public static long insertRawContact(ContentResolver resolver, Account account) { in insertRawContact()
DDatabaseAsserts.java74 Account account, String name) { in assertAndCreateContactWithName()
88 public static ContactIdPair assertAndCreateContact(ContentResolver resolver, Account account) { in assertAndCreateContact()

12