Searched refs:asSyncAdapter (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 286 boolean asSyncAdapter) { in deleteSyncStateByAccount() argument 288 if (asSyncAdapter) { in deleteSyncStateByAccount() 289 uri = asSyncAdapter(uri, account, CTS_TEST_TYPE); in deleteSyncStateByAccount() 366 String account, int seed, long calendarId, boolean asSyncAdapter) { in getNewEventValues() argument 404 if (asSyncAdapter) { in getNewEventValues() 445 long calendarId, boolean asSyncAdapter, String startWhen, String duration, in getNewRecurringEventValues() argument 449 ContentValues values = getNewEventValues(account, seed, calendarId, asSyncAdapter); in getNewRecurringEventValues() 479 int seed, boolean asSyncAdapter) { in getUpdateEventValuesWithOriginal() argument 500 if (asSyncAdapter) { in getUpdateEventValuesWithOriginal() 511 boolean asSyncAdapter) { in addDefaultReadOnlyValues() argument [all …]
|