Home
last modified time | relevance | path

Searched refs:account1 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java1127 String account1 = "ceq1_account"; in testCalendarEntityQuery() local
1133 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testCalendarEntityQuery()
1138 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testCalendarEntityQuery()
1160 removeAndVerifyCalendar(account1, calendarId1); in testCalendarEntityQuery()
2773 String account1 = "roid1_account"; in testOutOfOrderRecurrenceExceptions() local
2779 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testOutOfOrderRecurrenceExceptions()
2783 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testOutOfOrderRecurrenceExceptions()
2788 ContentValues recurEventValues = EventHelper.getNewRecurringEventValues(account1, seed++, in testOutOfOrderRecurrenceExceptions()
2803 expandInstanceRange(account1, calendarId1, testStart, testEnd, timeZone); in testOutOfOrderRecurrenceExceptions()
2856 long beforeEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DDeferSyncTest.java191 try (Utils.ClosableAccount account1 = withAccount(activity.getActivity())) { in onNewAccountForEachAccount() argument
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java620 PhoneAccount account1 = new PhoneAccount.Builder( in testGetCallCapablePhoneAccountsAcrossProfiles() local
630 mTelecomManager.registerPhoneAccount(account1); in testGetCallCapablePhoneAccountsAcrossProfiles()