Searched defs:accountName (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestAccountAuthenticator.java | 64 String accountName = null; in addAccount() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 698 public static long addColor(ContentResolver resolver, String accountName, in addColor() 715 public static Cursor findColorByIndex(ContentResolver resolver, String accountName, in findColorByIndex() 722 public static Cursor findColorsByAccount(ContentResolver resolver, String accountName, in findColorsByAccount() 735 String accountName, String accountType) { in addDefaultColorsToAccount() 746 public static void deleteColorsByAccount(ContentResolver resolver, String accountName, in deleteColorsByAccount() 3475 private void removeAndVerifyEvent(Uri eventUri, ContentValues eventValues, String accountName) { in removeAndVerifyEvent()
|