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

  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 60 Data.MIMETYPE, RawContacts.ACCOUNT_TYPE, Data.RAW_CONTACT_ID, Data.IS_PRIMARY,
67 int IS_PRIMARY = 3;
195 if (info.nickname == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
201 if (info.email == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
207 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 48 private static final String IS_PRIMARY = "\"primary\"";
49 private static final String CALENDARS_ORDERBY = IS_PRIMARY + " DESC," + Calendars.DISPLAY_NAME +
114 "(" + Calendars._SYNC_ACCOUNT + "=" + Calendars.OWNER_ACCOUNT + ") AS " + IS_PRIMARY,
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 695 Data.IS_PRIMARY + "," +
705 int IS_PRIMARY = 3;
731 bindString(insert, OrganizationInsert.IS_PRIMARY, c.getString(OrganizationsQuery.ISPRIMARY));
761 Data.IS_PRIMARY + "," +
771 int IS_PRIMARY = 3;
783 Data.IS_PRIMARY + "," +
793 int IS_PRIMARY = 3;
805 Data.IS_PRIMARY + "," +
815 int IS_PRIMARY = 3;
    [all...]
ContactsProvider2.java 272 Data.IS_PRIMARY,
280 Data.IS_PRIMARY,
287 public static final int IS_PRIMARY = 3;
621 sDataProjectionMap.put(Data.IS_PRIMARY, Data.IS_PRIMARY);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 202 milliseconds