Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java64 String accountName = null; in addAccount() local
67 accountName = options.getString(Fixtures.KEY_ACCOUNT_NAME); in addAccount()
73 if (accountName.startsWith(Fixtures.PREFIX_NAME_SUCCESS)) { in addAccount()
75 result.putString(AccountManager.KEY_ACCOUNT_NAME, accountName); in addAccount()
77 } else if (accountName.startsWith(Fixtures.PREFIX_NAME_INTERVENE)) { in addAccount()
80 eventualActivityResultData.putExtra(AccountManager.KEY_ACCOUNT_NAME, accountName); in addAccount()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java698 public static long addColor(ContentResolver resolver, String accountName, in addColor() argument
700 Uri uri = asSyncAdapter(Colors.CONTENT_URI, accountName, accountType); in addColor()
715 public static Cursor findColorByIndex(ContentResolver resolver, String accountName, in findColorByIndex() argument
719 new String[] {accountName, accountType, index}, null); in findColorByIndex()
722 public static Cursor findColorsByAccount(ContentResolver resolver, String accountName, in findColorsByAccount() argument
725 new String[] { accountName, accountType }, null); in findColorsByAccount()
735 String accountName, String accountType) { in addDefaultColorsToAccount() argument
737 long id = addColor(resolver, accountName, accountType, null, DEFAULT_INDICES[i], in addDefaultColorsToAccount()
746 public static void deleteColorsByAccount(ContentResolver resolver, String accountName, in deleteColorsByAccount() argument
748 Uri uri = asSyncAdapter(Colors.CONTENT_URI, accountName, accountType); in deleteColorsByAccount()
[all …]