Searched refs:asSyncAdapter (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 287 boolean asSyncAdapter) { in deleteSyncStateByAccount() argument 289 if (asSyncAdapter) { in deleteSyncStateByAccount() 290 uri = asSyncAdapter(uri, account, CTS_TEST_TYPE); in deleteSyncStateByAccount() 367 String account, int seed, long calendarId, boolean asSyncAdapter) { in getNewEventValues() argument 405 if (asSyncAdapter) { in getNewEventValues() 446 long calendarId, boolean asSyncAdapter, String startWhen, String duration, in getNewRecurringEventValues() argument 450 ContentValues values = getNewEventValues(account, seed, calendarId, asSyncAdapter); in getNewRecurringEventValues() 480 int seed, boolean asSyncAdapter) { in getUpdateEventValuesWithOriginal() argument 501 if (asSyncAdapter) { in getUpdateEventValuesWithOriginal() 512 boolean asSyncAdapter) { in addDefaultReadOnlyValues() argument [all …]
|