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

1234567

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLookupKeyTest.java59 assertStoredValue(lookupUri, Contacts._ID, contactId);
63 Contacts._ID, contactId);
67 Contacts._ID, contactId);
87 assertStoredValue(lookupUri, Contacts._ID, contactId);
115 assertStoredValue(lookupUri1, Contacts._ID, contactId1);
118 assertStoredValue(lookupUri2, Contacts._ID, contactId2);
154 assertStoredValue(lookupUri, Contacts._ID, largerContactId);
H A DLegacyContactImporterTest.java146 Groups._ID,
164 Contacts._ID,
180 RawContacts._ID,
199 Data._ID,
227 Calls._ID,
262 Cursor c = mResolver.query(uri, projection, null, null, BaseColumns._ID);
H A DContactsProvider2Test.java105 assertSelection(RawContacts.CONTENT_URI, values, RawContacts._ID, rawContactId);
121 assertSelection(Data.CONTENT_URI, values, Data._ID, dataId);
127 assertSelection(rawContactDataUri, values, Data._ID, dataId);
132 assertSelection(contactDataUri, values, Data._ID, dataId);
146 assertStoredValue(uri1, Data._ID, ContentUris.parseId(dataUri1)) ;
147 assertStoredValue(uri2, Data._ID, ContentUris.parseId(dataUri2)) ;
169 values.put(Data._ID, phoneId);
184 assertSelection(Phone.CONTENT_URI, values, Data._ID, phoneId);
231 values.put(PhoneLookup._ID, queryContactId(rawContactId));
302 values.put(Data._ID, emailI
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DUninstallShortcutReceiver.java47 new String[] { LauncherSettings.Favorites._ID, LauncherSettings.Favorites.INTENT },
51 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java195 "WHERE " + Contacts._ID + "=?";
199 + RawContacts._ID + "=?";
244 String[] COLUMNS = { BaseColumns._ID };
246 int _ID = 0; field in interface:LegacyApiSupport.IdQuery
379 sPeopleProjectionMap.put(People._ID, People._ID);
393 " WHERE " + DataColumns.CONCRETE_RAW_CONTACT_ID + "=people." + People._ID +
399 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations._ID,
400 android.provider.Contacts.Organizations._ID);
415 sContactMethodProjectionMap.put(ContactMethods._ID, ContactMethod
[all...]
H A DContactAggregator.java221 "SELECT COUNT(" + RawContacts._ID + ")" +
224 + " AND " + RawContacts._ID + "<>?");
228 " WHERE " + Contacts._ID + "=?");
237 " WHERE " + RawContacts._ID + "=?"
243 " WHERE " + Contacts._ID + "=?");
248 " WHERE " + Contacts._ID + "=?");
253 " WHERE " + Contacts._ID + "=?");
263 " WHERE " + Contacts._ID + "=?");
269 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?");
275 " WHERE " + RawContacts._ID
323 int _ID = 0; field in interface:ContactAggregator.AggregationQuery
1368 int _ID = 0; field in interface:ContactAggregator.DisplayNameQuery
1524 int _ID = 0; field in interface:ContactAggregator.ContactIdQuery
1618 int _ID = 0; field in interface:ContactAggregator.RawContactIdQuery
[all...]
H A DContactsDatabaseHelper.java197 final String OUTER_RAW_CONTACTS_ID = OUTER_RAW_CONTACTS + "." + RawContacts._ID;
228 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
245 Tables.RAW_CONTACTS + "." + BaseColumns._ID;
288 public static final String CONCRETE_ID = Tables.DATA + "." + BaseColumns._ID;
333 public static final String CONCRETE_ID = Tables.GROUPS + "." + BaseColumns._ID;
345 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PhoneLookupColumns
380 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PackagesColumns
383 public static final String CONCRETE_ID = Tables.PACKAGES + "." + _ID;
387 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.MimetypesColumns
395 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.AggregationExceptionColumns
[all...]
H A DContactsProvider2.java175 " (" + Contacts.TIMES_CONTACTED + " + 1) END WHERE " + Contacts._ID + "=?";
273 Data._ID,
280 public static final int _ID = 0; field in interface:ContactsProvider2.DataDeleteQuery
288 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
290 int _ID = 0; field in interface:ContactsProvider2.DataUpdateQuery
315 Contacts._ID + " IN "
323 + "(SELECT " + Tables.GROUPS + "." + Groups._ID
331 " WHERE " + RawContacts._ID + " IN (";
337 " WHERE " + RawContacts._ID + " IN (";
513 sContactsProjectionMap.put(Contacts._ID, Contact
[all...]
H A DSocialProvider.java94 columns.put(RawContacts._ID, Tables.RAW_CONTACTS + "." + RawContacts._ID + " AS _id");
100 columns.put(Activities._ID, "activities._id AS _id");
302 return db.delete(Tables.ACTIVITIES, Activities._ID + "=" + activityId, null);
342 qb.appendWhere(Activities._ID + "=" + activityId);
362 qb.appendWhere(Activities.AUTHOR_CONTACT_ID + " IN (SELECT " + BaseColumns._ID
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java73 Data._ID, // 0
93 Contacts._ID, // 0
105 static final String CALLLOG_SORT_ORDER = Calls._ID + " DESC";
215 null, Contacts._ID);
275 CallLog.Calls._ID, // 0
283 // Need test to see if order by _ID is ok here, or by date?
306 recordSelection = Calls._ID + "=" + startPointId;
310 recordSelection = Calls._ID + ">=" + endPointId + " AND " + Calls._ID + "<="
339 Contacts._ID);
[all...]
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
H A DApplicationsProvider.java79 public static final String _ID = "_id"; field in class:ApplicationsProvider
90 + " applicationsLookup.source = " + APPLICATIONS_TABLE + "." + _ID;
208 _ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
221 "source INTEGER REFERENCES " + APPLICATIONS_TABLE + "(" + _ID + ")," +
232 "DELETE FROM applicationsLookup WHERE source = new." + _ID + ";" +
233 "SELECT _TOKENIZE('applicationsLookup', new." + _ID + ", new." + NAME + ", ' ', 1);" +
238 "SELECT _TOKENIZE('applicationsLookup', new." + _ID + ", new." + NAME + ", ' ', 1);" +
243 "DELETE FROM applicationsLookup WHERE source = old." + _ID + ";" +
353 String groupBy = APPLICATIONS_TABLE + "." + _ID;
377 addProjection(map, Applications.ApplicationColumns._ID, _I
[all...]
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DUserDictionaryProvider.java77 + Words._ID + " INTEGER PRIMARY KEY,"
206 count = db.delete(USERDICT_TABLE_NAME, Words._ID + "=" + wordId
230 count = db.update(USERDICT_TABLE_NAME, values, Words._ID + "=" + wordId
249 sDictProjectionMap.put(Words._ID, Words._ID);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDiff.java44 * keyed using {@link BaseColumns#_ID} values.
131 return child.uri.toString() + child.values.getAsString(BaseColumns._ID);
135 return BaseColumns._ID + "=" + values.getAsLong(BaseColumns._ID);
H A DEntitySet.java210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
217 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
228 * existing {@link RawContacts#_ID} value. Usually used when creating
233 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID);
242 * Find {@link RawContacts#_ID} of the requested {@link EntityDelta}.
249 return values.getAsLong(RawContacts._ID);
261 * Find index of given {@link RawContacts#_ID} when present.
/packages/apps/IM/src/com/android/im/app/
H A DSignoutActivity.java36 Imps.Account._ID,
73 accountId = c.getLong(c.getColumnIndexOrThrow(Imps.Account._ID));
/packages/apps/Camera/src/com/android/camera/gallery/
H A DVideoList.java34 Media._ID,
H A DImageList.java74 Media._ID,
/packages/apps/IM/src/com/android/im/receiver/
H A DImServiceAutoStarter.java40 new String[]{Imps.Account._ID}, selection, null, null);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java103 LIVE_FOLDER_PROJECTION_MAP.put(LiveFolders._ID, BluetoothShare._ID + " AS "
104 + LiveFolders._ID);
173 db.execSQL("CREATE TABLE " + DB_TABLE + "(" + BluetoothShare._ID
314 qb.appendWhere(BluetoothShare._ID + "=");
410 myWhere += " ( " + BluetoothShare._ID + " = " + rowId + " ) ";
451 myWhere += " ( " + BluetoothShare._ID + " = " + rowId + " ) ";
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebug.java43 Calendar.Calendars._ID,
50 Calendar.Events._ID,
/packages/apps/Calendar/src/com/android/calendar/
H A DEmailAddressAdapter.java43 Data._ID, // 0
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DDrmImageList.java32 DrmStore.Images._ID,
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java110 MediaStore.Video.Media._ID));
114 MediaStore.Audio.Media._ID));
138 MediaStore.Audio.Media._ID,
147 MediaStore.Audio.Media._ID,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsDictionary.java30 Contacts._ID,
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotification.java115 Downloads.Impl._ID,
124 WHERE_RUNNING, null, Downloads.Impl._ID);
220 Downloads.Impl._ID,
231 WHERE_COMPLETED, null, Downloads.Impl._ID);

Completed in 237 milliseconds

1234567