Searched refs:syncable (Results 1 – 3 of 3) sorted by relevance
472 boolean syncable = false; in loadAccountsInBackground()474 syncable = cs.getIsSyncable(account, ContactsContract.AUTHORITY) > 0; in loadAccountsInBackground()479 if (syncable) { in loadAccountsInBackground()
164 int syncable = ContentResolver.getIsSyncable(account, CalendarContract.AUTHORITY); in verifyCalendarSyncState() local