Lines Matching defs:_ID

236                             + "(SELECT " + MimetypesColumns._ID
310 String[] ID = new String[] {BaseColumns._ID};
335 "(SELECT " + AccountsColumns._ID +
348 final String OUTER_RAW_CONTACTS_ID = OUTER_RAW_CONTACTS + "." + RawContacts._ID;
371 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
372 + "=" + Tables.VISIBLE_CONTACTS +"." + Contacts._ID + ")";
376 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
377 + "=" + Tables.DEFAULT_DIRECTORY +"." + Contacts._ID + ")";
383 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
409 Tables.RAW_CONTACTS + "." + BaseColumns._ID;
479 public static final String CONCRETE_ID = Tables.DATA + "." + BaseColumns._ID;
520 public static final String CONCRETE_ID = Tables.GROUPS + "." + BaseColumns._ID;
539 public static final String _ID = BaseColumns._ID;
554 public static final String _ID = BaseColumns._ID;
557 public static final String CONCRETE_ID = Tables.PACKAGES + "." + _ID;
561 public static final String _ID = BaseColumns._ID;
564 public static final String CONCRETE_ID = Tables.MIMETYPES + "." + BaseColumns._ID;
569 public static final String _ID = BaseColumns._ID;
625 final String CONCRETE_ID = Tables.STREAM_ITEMS + "." + BaseColumns._ID;
641 final String CONCRETE_ID = Tables.STREAM_ITEM_PHOTOS + "." + BaseColumns._ID;
655 String CONCRETE_ID = Tables.PHOTO_FILES + "." + BaseColumns._ID;
667 String CONCRETE_ID = Tables.ACCOUNTS + "." + BaseColumns._ID;
690 public static final String _ID = BaseColumns._ID;
700 public static final String _ID = "stat_id";
701 public static final String CONCRETE_ID = Tables.DATA_USAGE_STAT + "." + _ID;
739 Email._ID,
753 " AND " + Data._ID + " NOT IN " +
758 Data._ID,
775 StructuredName._ID,
792 Nickname._ID,
1180 AccountsColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1188 BaseColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1211 RawContacts._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1213 Tables.ACCOUNTS + "(" + AccountsColumns._ID + ")," +
1271 StreamItems._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " +
1284 Tables.RAW_CONTACTS + "(" + RawContacts._ID + "));");
1287 StreamItemPhotos._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " +
1296 Tables.STREAM_ITEMS + "(" + StreamItems._ID + "));");
1299 PhotoFiles._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " +
1311 PackagesColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1317 MimetypesColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1328 Data._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1434 Groups._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1437 Tables.ACCOUNTS + "(" + AccountsColumns._ID + ")," +
1463 AggregationExceptionColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1492 Contacts._ID + " INTEGER PRIMARY KEY" +
1496 Contacts._ID + " INTEGER PRIMARY KEY" +
1505 Calls._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1546 VoicemailContract.Status._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1570 DataUsageStatColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " +
1576 + Tables.DATA + "(" + Data._ID + ")" +
1585 PreAuthorizedUris._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " +
1628 Directory._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
1677 + "=OLD." + RawContacts._ID + ";"
1680 + "=OLD." + RawContacts._ID
1682 + "=OLD." + RawContacts._ID + ";"
1684 + " WHERE " + Contacts._ID + "=OLD." + RawContacts.CONTACT_ID
1689 + " WHERE " + Contacts._ID + "=OLD." + RawContacts.CONTACT_ID
1694 + " WHERE " + Contacts._ID + "=OLD." + RawContacts.CONTACT_ID
1713 + " WHERE " + RawContacts._ID + "=OLD." + RawContacts._ID
1722 + " WHERE " + Data._ID + "=OLD." + Data._ID + ";"
1725 + " WHERE " + RawContacts._ID + "=OLD." + Data.RAW_CONTACT_ID + ";"
1733 + " WHERE " + RawContacts._ID + "=OLD." + Data.RAW_CONTACT_ID + ";"
1735 + " WHERE " + PhoneLookupColumns.DATA_ID + "=OLD." + Data._ID + ";"
1737 + " WHERE " + StatusUpdatesColumns.DATA_ID + "=OLD." + Data._ID + ";"
1739 + " WHERE " + NameLookupColumns.DATA_ID + "=OLD." + Data._ID + ";"
1750 + " WHERE " + Groups._ID + "=OLD." + Groups._ID + ";"
1766 " (SELECT " + Groups._ID +
1780 "(SELECT " + MimetypesColumns._ID + " FROM " + Tables.MIMETYPES +
1784 " (SELECT " + Groups._ID +
1935 + DataColumns.CONCRETE_ID + " AS " + Data._ID + ","
1961 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")"
1980 + RawContactsColumns.CONCRETE_ID + " AS " + RawContacts._ID + ","
2023 + ContactsColumns.CONCRETE_ID + " AS " + Contacts._ID + ","
2031 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")";
2044 + RawContactsColumns.CONCRETE_ID + " AS " + RawContacts._ID + ", "
2068 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + Contacts._ID + ", "
2093 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")"
2109 + DataUsageStatColumns.CONCRETE_ID + " AS " + DataUsageStatColumns._ID + ", "
2227 + GroupsColumns.CONCRETE_ID + " AS " + Groups._ID + ","
2296 + MimetypesColumns._ID + ");");
2982 new String[] {Data._ID, Phone.NUMBER}, null, null, null, null, null);
3019 " SELECT " + RawContacts._ID +
3024 " ORDER BY " + RawContacts._ID +
3037 " SELECT " + RawContacts._ID +
3040 " ORDER BY " + RawContacts._ID +
3058 " WHERE " + Contacts._ID + "=" + RawContacts.CONTACT_ID + ")" +
3098 " WHERE " + RawContacts._ID + "=?");
3122 "SELECT " + MimetypesColumns._ID +
3138 " WHERE " + Data._ID + "=?");
3222 " WHERE " + Data._ID + "=?");
3517 Cursor cursor = db.query(Tables.RAW_CONTACTS, new String[] {RawContacts._ID},
3648 Contacts._ID + " INTEGER PRIMARY KEY" +
3651 " SELECT " + Contacts._ID +
4457 "SELECT " + MimetypesColumns._ID +
4812 "SELECT " + PackagesColumns._ID +
4833 "SELECT " + MimetypesColumns._ID +
4900 * Find the mimetype for the given {@link Data#_ID}.
4907 " WHERE " + Tables.DATA + "." + Data._ID + "=?");
4933 "SELECT DISTINCT " + AccountsColumns._ID + "," + AccountsColumns.ACCOUNT_NAME +
4954 "SELECT " + AccountsColumns._ID +
5050 "SELECT " + RawContacts._ID +
5054 " (SELECT " + Groups._ID +
5061 "SELECT " + RawContacts._ID +
5085 " WHERE " + Contacts._ID + "=?",
5099 " WHERE " + Contacts._ID + "=?)");
5116 (Contacts._ID + "=" + optionalContactId + " AND ");
5123 " WHERE " + Contacts._ID + " IN" +
5124 "(SELECT " + Contacts._ID +
5131 " SELECT " + Contacts._ID +
5135 Contacts._ID + " NOT IN " + Tables.VISIBLE_CONTACTS +
5148 " WHERE " + RawContacts._ID + "=?");
5163 " WHERE " + RawContacts._ID + "=?");
5205 "ON lookup." + PhoneLookupColumns.DATA_ID + "=" + Tables.DATA + "." + Data._ID
5208 + RawContacts._ID);
5796 " WHERE " + RawContacts._ID + "=?");
5862 " SET " + Data.IS_SUPER_PRIMARY + "=(" + Data._ID + "=?)" +
5865 "SELECT " + RawContacts._ID +
5870 " WHERE " + RawContacts._ID + "=?))");