Searched refs:SYNCABLE_TYPES (Results 1 – 1 of 1) sorted by relevance
345 private static final SparseBooleanArray SYNCABLE_TYPES; field in Mailbox347 SYNCABLE_TYPES = new SparseBooleanArray(7);348 SYNCABLE_TYPES.put(TYPE_INBOX, true); in SYNCABLE_TYPES.put()349 SYNCABLE_TYPES.put(TYPE_MAIL, false); in SYNCABLE_TYPES.put()353 SYNCABLE_TYPES.put(TYPE_SENT, true); in SYNCABLE_TYPES.put()354 SYNCABLE_TYPES.put(TYPE_TRASH, false); in SYNCABLE_TYPES.put()355 SYNCABLE_TYPES.put(TYPE_CALENDAR, true); in SYNCABLE_TYPES.put()356 SYNCABLE_TYPES.put(TYPE_CONTACTS, true); in SYNCABLE_TYPES.put()553 return SYNCABLE_TYPES.indexOfKey(mailboxType) >= 0; in isSyncableType()562 return SYNCABLE_TYPES.get(mailboxType); in getDefaultSyncStateForType()