Home
last modified time | relevance | path

Searched refs:createOptionsWithAccountName (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java2359 final Bundle options = createOptionsWithAccountName(accountName);
2458 final Bundle options = createOptionsWithAccountName(accountName);
2491 final Bundle options = createOptionsWithAccountName(accountName);
2602 final Bundle options = createOptionsWithAccountName(accountName);
2639 final Bundle options = createOptionsWithAccountName(accountName);
2677 final Bundle options = createOptionsWithAccountName(accountName);
2766 Bundle options = createOptionsWithAccountName(accountName);
2859 Bundle options = createOptionsWithAccountName(accountName);
2890 Bundle options = createOptionsWithAccountName(accountName);
3001 final Bundle options = createOptionsWithAccountName(accountName);
[all …]
DAccountManagerUnaffiliatedAuthenticatorTests.java283 Bundle options = createOptionsWithAccountName(accountName); in testStartAddAccountSession()
321 Bundle options = createOptionsWithAccountName(accountName); in testStartUpdateCredentialsSession()
487 private Bundle createOptionsWithAccountName(final String accountName) { in createOptionsWithAccountName() method in AccountManagerUnaffiliatedAuthenticatorTests