Searched refs:_ID (Results 1 - 25 of 336) sorted by relevance

1234567891011>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsDictionaryConstants.java29 public static final String[] PROJECTION = { BaseColumns._ID, Contacts.DISPLAY_NAME,
31 public static final String[] PROJECTION_ID_ONLY = { BaseColumns._ID };
/packages/apps/Dialer/src-pre-N/com/android/dialer/compat/
H A DBlockedNumbersSdkCompat.java26 public static final String _ID = null; field in class:BlockedNumbersSdkCompat
/packages/apps/Dialer/src-N/com/android/dialer/compat/
H A DBlockedNumbersSdkCompat.java28 public static final String _ID = BlockedNumbers.COLUMN_ID; field in class:BlockedNumbersSdkCompat
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DGroupsListLoader.java28 Groups._ID, // 0
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DContactsTableUtil.java62 db.update(Tables.CONTACTS, values, Contacts._ID + " = ?",
96 + " WHERE " + Contacts._ID + " IN ( "
99 + " WHERE " + ContactsContract.RawContacts._ID
114 return db.delete(Tables.CONTACTS, Contacts._ID + " = ?", new String[]{contactId + ""});
129 + " where " + ContactsContract.RawContacts._ID + " = ?)"
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockProvider.java57 sAlarmsWithInstancesProjection.put(ALARMS_TABLE_NAME + "." + AlarmsColumns._ID,
58 ALARMS_TABLE_NAME + "." + AlarmsColumns._ID);
78 sAlarmsWithInstancesProjection.put(INSTANCES_TABLE_NAME + "." + InstancesColumns._ID,
79 INSTANCES_TABLE_NAME + "." + InstancesColumns._ID);
98 ALARMS_TABLE_NAME + "." + AlarmsColumns._ID + " = " + InstancesColumns.ALARM_ID + ")";
104 " = " + ALARMS_TABLE_NAME + "." + AlarmsColumns._ID + ")";
153 qb.appendWhere(AlarmsColumns._ID + "=");
161 qb.appendWhere(InstancesColumns._ID + "=");
210 AlarmsColumns._ID + "=" + alarmId,
216 InstancesColumns._ID
[all...]
H A DClockDatabaseHelper.java74 ClockContract.AlarmsColumns._ID + " INTEGER PRIMARY KEY," +
88 ClockContract.InstancesColumns._ID + " INTEGER PRIMARY KEY," +
99 ALARMS_TABLE_NAME + "(" + ClockContract.AlarmsColumns._ID + ") " +
202 final Object value = values.get(ClockContract.AlarmsColumns._ID);
206 final String[] columns = {ClockContract.AlarmsColumns._ID};
207 final String selection = ClockContract.AlarmsColumns._ID + " = ?";
213 values.putNull(ClockContract.AlarmsColumns._ID);
/packages/apps/Dialer/src/com/android/dialer/util/
H A DPhoneLookupUtil.java33 // In pre-N, contact id is stored in {@link PhoneLookup#_ID} in non-sip query.
36 return (isSip) ? PhoneLookupSdkCompat.CONTACT_ID : ContactsContract.PhoneLookup._ID;
/packages/apps/Camera2/src/com/android/camera/data/
H A DPhotoDataQuery.java26 public static final String QUERY_ORDER = MediaStore.Images.ImageColumns._ID + " DESC";
46 MediaStore.Images.ImageColumns._ID, // 0, int
H A DVideoDataQuery.java42 MediaStore.Video.VideoColumns._ID, // 0, int
/packages/apps/Email/provider_src/com/android/email/provider/
H A DDBHelper.java79 private static final String WHERE_ID = BaseColumns._ID + "=?";
85 " where " + MessageColumns.MAILBOX_KEY + "=old." + BaseColumns._ID +
87 " where " + MessageColumns.MAILBOX_KEY + "=old." + BaseColumns._ID +
89 " where " + MessageColumns.MAILBOX_KEY + "=old." + BaseColumns._ID +
95 " where " + MailboxColumns.ACCOUNT_KEY + "=old." + BaseColumns._ID +
97 " where " + BaseColumns._ID + "=old." + AccountColumns.HOST_AUTH_KEY_RECV +
99 " where " + BaseColumns._ID + "=old." + AccountColumns.HOST_AUTH_KEY_SEND +
101 " where " + BaseColumns._ID + "=old." + AccountColumns.POLICY_KEY +
107 " where " + Credential._ID + "=old." + HostAuthColumns.CREDENTIAL_KEY +
219 " where " + BaseColumns._ID
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java160 + ConversationColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, "
272 + MessageColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT, "
292 + CONVERSATIONS_TABLE + "(" + ConversationColumns._ID + ") ON DELETE CASCADE "
294 + PARTICIPANTS_TABLE + "(" + ParticipantColumns._ID + ") ON DELETE SET NULL "
296 + PARTICIPANTS_TABLE + "(" + ParticipantColumns._ID + ") ON DELETE SET NULL "
344 + PartColumns._ID + " INTEGER PRIMARY KEY AUTOINCREMENT,"
356 + MESSAGES_TABLE + "(" + MessageColumns._ID + ") ON DELETE CASCADE "
358 + CONVERSATIONS_TABLE + "(" + ConversationColumns._ID + ") ON DELETE CASCADE "
367 + "." + MessageColumns._ID + "=" + "NEW." + PartColumns.MESSAGE_ID + ")"
368 + " WHERE " + PARTS_TABLE + "." + PartColumns._ID
[all...]
H A DConversationImagePartsView.java62 + " ON (" + DatabaseHelper.MESSAGES_TABLE + "." + MessageColumns._ID
66 + '=' + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns._ID + ")"
74 + DatabaseHelper.PARTS_TABLE + '.' + PartColumns._ID + " ASC";
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLookupKeyTest.java60 assertStoredValue(lookupUri, Contacts._ID, contactId);
64 Contacts._ID, contactId);
68 Contacts._ID, contactId);
94 assertStoredValue(lookupUri, Contacts._ID, contactId);
122 assertStoredValue(lookupUri1, Contacts._ID, contactId1);
125 assertStoredValue(lookupUri2, Contacts._ID, contactId2);
165 assertStoredValue(lookupUri, Contacts._ID, largerContactId);
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java383 public static final String _ID = "_id"; field in interface:BluetoothMapContract.AccountColumns
465 public static final String _ID = "_id"; field in interface:BluetoothMapContract.MessagePartColumns
534 public static final String _ID = "_id"; field in interface:BluetoothMapContract.MessageColumns
740 public static final String _ID = "_id"; field in interface:BluetoothMapContract.FolderColumns
770 * - READ_STATUS, LAST_ACTIVITY and VERSION_COUNTER (VERSION_COUNTER used to validity of _ID)
789 // Should not be needed anymore public static final String _ID = "_id";
804 // or can we be sure we are in control and can use the _ID and put that in the message DB
874 // Should not be needed anymore public static final String _ID = "_id";
1074 MessageColumns._ID,
1097 MessageColumns._ID,
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java56 Data._ID,
63 public static final int _ID = 0; field in interface:DataRowHandler.DataDeleteQuery
71 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
73 int _ID = 0; field in interface:DataRowHandler.DataUpdateQuery
159 long dataId = c.getLong(DataUpdateQuery._ID);
168 db.update(Tables.DATA, values, Data._ID + " =?", mSelectionArgs1);
230 HASH_INPUT_COLUMNS, Data._ID + "=?", mSelectionArgs1, null, null, null);
276 cols, Data._ID + "=?", mSelectionArgs1, null, null, null);
319 long dataId = c.getLong(DataDeleteQuery._ID);
323 int count = db.delete(Tables.DATA, Data._ID
[all...]
H A DDataRowHandlerForOrganization.java62 long dataId = c.getLong(DataUpdateQuery._ID);
74 " WHERE " + Data._ID + "=?", mSelectionArgs1);
85 " WHERE " + Data._ID + "=?", mSelectionArgs1);
96 long dataId = c.getLong(DataUpdateQuery._ID);
H A DContactsDatabaseHelper.java238 + "(SELECT " + MimetypesColumns._ID
323 String[] ID = new String[] {BaseColumns._ID};
347 "(SELECT " + AccountsColumns._ID +
360 final String OUTER_RAW_CONTACTS_ID = OUTER_RAW_CONTACTS + "." + RawContacts._ID;
383 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
384 + "=" + Tables.VISIBLE_CONTACTS +"." + Contacts._ID + ")";
388 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
389 + "=" + Tables.DEFAULT_DIRECTORY +"." + Contacts._ID + ")";
395 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
421 Tables.RAW_CONTACTS + "." + BaseColumns._ID;
553 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PhoneLookupColumns
568 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PackagesColumns
575 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.MimetypesColumns
583 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.AggregationExceptionColumns
699 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PreAuthorizedUris
709 public static final String _ID = "stat_id"; field in interface:ContactsDatabaseHelper.DataUsageStatColumns
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupListLoader.java35 Groups._ID,
H A DGroupMetaDataLoader.java33 Groups._ID,
/packages/apps/Dialer/src/com/android/dialer/database/
H A DFilteredNumberContract.java59 static final String _ID = "_id"; field in interface:FilteredNumberContract.FilteredNumberColumns
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java168 "old." + CalendarContract.Events._ID + ";" +
171 "old." + CalendarContract.Events._ID + ";" +
174 "old." + CalendarContract.Events._ID + ";" +
177 "old." + CalendarContract.Events._ID + ";" +
180 "old." + CalendarContract.Events._ID + ";" +
183 "old." + CalendarContract.Events._ID + ";";
190 " WHERE " + Events.ORIGINAL_ID + "=old." + Events._ID + ";";
202 "old." + CalendarContract.Events._ID + ";";
210 + " WHERE " + Calendars._ID + "=" + "old." + Calendars._ID
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java47 // The _ID field returned for strequent items actually contains data._id instead of
54 Contacts._ID, // ..........................................0
71 Contacts._ID, // ..........................................0
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DValuesDeltaTests.java65 before.put(Data._ID, TEST_PHONE_ID);
77 before.put(Data._ID, TEST_PHONE_ID);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackDBHelper.java31 public static final String _ID = "_id"; field in interface:FilterStackDBHelper.FilterStack
41 { FilterStack._ID, "INTEGER PRIMARY KEY AUTOINCREMENT" },

Completed in 1730 milliseconds

1234567891011>>