Home
last modified time | relevance | path

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

/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()
/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/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMockAccountAuthenticator.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/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.java69 PhoneAccount account = setupConnectionService( in setUp() local
DDataObjectUnitTests.java61 PhoneAccount account = PhoneAccount.builder( in testPhoneAccount() local
DConferenceTest.java279 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/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java163 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
188 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
211 Account account, in getAuthToken()
253 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
279 Account account) throws NetworkErrorException { in getAccountRemovalAllowed()
DAccountManagerTest.java164 Account account = fetcher.getAccount(); in validateSuccessfulTokenFetchingLifecycle() local
307 private Account renameAccount(AccountManager am, Account account, String newName) in renameAccount()
317 private boolean removeAccount(AccountManager am, Account account, in removeAccount()
329 private Bundle removeAccountWithIntentLaunch(AccountManager am, Account account, in removeAccountWithIntentLaunch()
343 private Bundle removeAccount(AccountManager am, Account account, Activity activity, in removeAccount()
357 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly()
361 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()
893 BlockingGetAuthTokenFetcher(Account account) { in BlockingGetAuthTokenFetcher()
1404 Account account = new Account("AccountNotOnThisDevice", ACCOUNT_TYPE); in testConfirmCredentialsAccountNotOnDevice() 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()