Searched defs:accountName (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AbstractAuthenticatorTests.java | 77 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartAddAccountSessionDefaultImpl() local 113 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartUpdateCredentialsSessionDefaultImpl() local 151 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testFinishSessionAndStartAddAccountSessionDefaultImpl() local 221 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local 297 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testIsCredentialsUpdateSuggestedDefaultImpl() local
|
D | AccountManagerUnaffiliatedAuthenticatorTests.java | 282 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartAddAccountSession() local 320 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartUpdateCredentialsSession() local 352 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testDefaultFinishSessiontWithStartAddAccountSessionImpl() local 402 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl() local 487 private Bundle createOptionsWithAccountName(final String accountName) { in createOptionsWithAccountName()
|
D | MockAccountAuthenticator.java | 344 String accountName = null; in startAddAccountSession() local 398 String accountName = null; in startUpdateCredentialsSession() local 450 String accountName = null; in finishSession() local
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestAccountAuthenticator.java | 68 String accountName = null; in addAccount() local 323 String accountName = null; in startAddAccountSession() local 372 String accountName = null; in startUpdateCredentialsSession() local
|
D | TestDefaultAuthenticator.java | 61 String accountName = null; in addAccount() local
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | AccountManagementTest.java | 83 String accountName = result.getString(AccountManager.KEY_ACCOUNT_NAME); in testAddAccount_allowed() local
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 64 String accountName = "foo" + sNumAccountsAdded; in addAccount() local
|
/cts/tests/tests/contactsprovider/gal/src/android/provider/cts/contacts/galprovider/ |
D | CtsGalProvider.java | 159 final String accountName = uri.getQueryParameter(RawContacts.ACCOUNT_NAME); in handleFilter() local
|
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
D | CalendarTest.java | 699 public static long addColor(ContentResolver resolver, String accountName, in addColor() 716 public static Cursor findColorByIndex(ContentResolver resolver, String accountName, in findColorByIndex() 723 public static Cursor findColorsByAccount(ContentResolver resolver, String accountName, in findColorsByAccount() 736 String accountName, String accountType) { in addDefaultColorsToAccount() 747 public static void deleteColorsByAccount(ContentResolver resolver, String accountName, in deleteColorsByAccount() 3476 private void removeAndVerifyEvent(Uri eventUri, ContentValues eventValues, String accountName) { in removeAndVerifyEvent()
|