Home
last modified time | relevance | path

Searched defs:accountName (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java77 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
DAccountManagerUnaffiliatedAuthenticatorTests.java282 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()
DMockAccountAuthenticator.java344 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/
DTestAccountAuthenticator.java68 String accountName = null; in addAccount() local
323 String accountName = null; in startAddAccountSession() local
372 String accountName = null; in startUpdateCredentialsSession() local
DTestDefaultAuthenticator.java61 String accountName = null; in addAccount() local
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountManagementTest.java83 String accountName = result.getString(AccountManager.KEY_ACCOUNT_NAME); in testAddAccount_allowed() local
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java64 String accountName = "foo" + sNumAccountsAdded; in addAccount() local
/cts/tests/tests/contactsprovider/gal/src/android/provider/cts/contacts/galprovider/
DCtsGalProvider.java159 final String accountName = uri.getQueryParameter(RawContacts.ACCOUNT_NAME); in handleFilter() local
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java699 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()