HomeSort by relevance Sort by last modified time
    Searched refs:_SYNC_ACCOUNT (Results 1 - 10 of 10) 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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 239 "_id", "name", "notes", "should_sync", "system_id", "_sync_account", "_sync_id",
249 static int _SYNC_ACCOUNT = 5;
302 String account = c.getString(GroupsQuery._SYNC_ACCOUNT);
343 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
350 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
357 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
364 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
380 static int _SYNC_ACCOUNT = 11;
558 String account = c.getString(PeopleQuery._SYNC_ACCOUNT);
    [all...]
LegacyApiSupport.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 602 Settings._ID, Settings._SYNC_ACCOUNT, Settings._SYNC_ACCOUNT_TYPE,
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 336 milliseconds