HomeSort by relevance Sort by last modified time
    Searched defs:_SYNC_ACCOUNT (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/provider/
SyncConstValue.java 30 public static final String _SYNC_ACCOUNT = "_sync_account";
Contacts.java 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);
    [all...]
Calendar.java 141 public static final String _SYNC_ACCOUNT = "_sync_account";
208 private static final String WHERE_DELETE_FOR_ACCOUNT = Calendars._SYNC_ACCOUNT + "=?"
286 * This will be different from the _SYNC_ACCOUNT for delegated calendars.
801 new String[] { Events._SYNC_ACCOUNT, Events._SYNC_ID };
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 236 "_id", "name", "notes", "should_sync", "system_id", "_sync_account", "_sync_id",
246 static int _SYNC_ACCOUNT = 5;
299 String account = c.getString(GroupsQuery._SYNC_ACCOUNT);
340 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
347 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
354 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
361 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
377 static int _SYNC_ACCOUNT = 11;
560 String account = c.getString(PeopleQuery._SYNC_ACCOUNT);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 122 milliseconds