Home | History | Annotate | Download | only in provider

Lines Matching refs:_SYNC_ACCOUNT

105          * The _SYNC_ACCOUNT to which this setting corresponds. This may be null.
110 public static final String _SYNC_ACCOUNT = "_sync_account";
172 * specified account. For this setting the _SYNC_ACCOUNT column must be set.
196 ? "_sync_account is null AND key=?"
197 : "_sync_account=? AND key=?";
198 // : "_sync_account=? AND _sync_account_type=? AND key=?";
227 //values.put(_SYNC_ACCOUNT, account.mName);