Searched defs:_SYNC_ACCOUNT_TYPE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSyncConstValue.java36 public static final String _SYNC_ACCOUNT_TYPE = "_sync_account_type"; field in interface:SyncConstValue
H A DCalendar.java147 public static final String _SYNC_ACCOUNT_TYPE = "_sync_account_type"; field in interface:Calendar.CalendarsColumns
209 + " AND " + Calendars._SYNC_ACCOUNT_TYPE + "=?";
H A DContacts.java113 * The _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.
118 public static final String _SYNC_ACCOUNT_TYPE = "_sync_account_type"; field in interface:Contacts.SettingsColumns
228 //values.put(_SYNC_ACCOUNT_TYPE, account.mType);

Completed in 132 milliseconds