Home | History | Annotate | Download | only in content

Lines Matching refs:syncable

1149      * Check if this account/provider is syncable.
1150 * @return >0 if it is syncable, 0 if not, and <0 if the state isn't known yet.
1161 * Set whether this account/provider is syncable.
1162 * @param syncable >0 denotes syncable, 0 means not syncable, <0 means unknown
1164 public static void setIsSyncable(Account account, String authority, int syncable) {
1166 getContentService().setIsSyncable(account, authority, syncable);