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

12

/frameworks/base/core/java/android/provider/
H A DBaseColumns.java25 public static final String _ID = "_id"; field in interface:BaseColumns
H A DUserDictionary.java66 public static final String _ID = BaseColumns._ID; field in class:UserDictionary.Words
H A DSearchRecentSuggestions.java73 SuggestionColumns._ID,
85 SuggestionColumns._ID,
H A DBrowser.java80 BookmarkColumns._ID, // 0
111 BookmarkColumns._ID,
129 * A projection of {@link #SEARCHES_URI} that contains {@link SearchColumns#_ID},
134 SearchColumns._ID, // 0
298 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS },
404 new String[] { History._ID, History.URL, History.DATE_LAST_VISITED },
433 new String [] { History._ID, History.VISITS },
H A DCallLog.java489 new String[] { Phone._ID },
499 new String[] { Phone._ID },
617 resolver.update(Data.CONTENT_URI, values, Data._ID + "=?", new String[] {dataId});
H A DBrowserContract.java159 public static final String _ID = "_id"; field in interface:BrowserContract.CommonColumns
486 public static final String _ID = "_id"; field in class:BrowserContract.Searches
H A DSyncStateContract.java59 private static final String[] DATA_PROJECTION = new String[]{Columns.DATA, Columns._ID};
H A DCalendarContract.java60 * properties are stored on separate tables and reference the {@link Events#_ID}
293 * along with {@link BaseColumns#_ID}.
521 final long calendarId = cursor.getLong(cursor.getColumnIndexOrThrow(_ID));
525 cv.put(_ID, calendarId);
623 * <dd>To perform an update on a calendar the {@link #_ID} of the calendar
632 * <dd>Calendars can be deleted either by the {@link #_ID} as an appended id
639 * matches the query selection, or at most a single row if the {@link #_ID}
886 * The {@link Calendars#_ID} of the calendar the event belongs to.
1157 * The {@link Events#_ID} of the original recurring event for which this
1338 ExtendedProperties._ID,
[all...]
H A DContactsContract.java132 * {@link Directory}. The parameter value should be the _ID of the corresponding
315 * The local directory. It has {@link Directory#_ID Directory._ID} =
344 * automatically, the _ID field will not be part of the query projection.
404 * _ID of the default directory, which represents locally stored contacts.
409 * _ID of the directory that represents locally stored invisible contacts.
1172 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1174 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1210 * <td>{@link #_ID}</td>
1493 Contacts.LOOKUP_KEY, Contacts._ID
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java37 Phone._ID, // 5
57 Email._ID, // 5
/frameworks/ex/common/java/com/android/common/content/
H A DSyncStateContentProviderHelper.java52 + " WHERE " + SyncStateContract.Columns._ID + "=?";
57 + SyncStateContract.Columns._ID + " INTEGER PRIMARY KEY,"
107 + " WHERE " + SyncStateContract.Columns._ID + "=" + rowId,
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java62 private static final String ID_WHERE = Files.FileColumns._ID + "=?";
78 columns.add(Files.FileColumns._ID);
205 new String [] { Files.FileColumns._ID, column },
225 new String [] { Files.FileColumns._ID, column },
246 new String [] { Files.FileColumns._ID, Audio.GenresColumns.NAME },
268 new String [] { Files.FileColumns._ID, column },
H A DMtpDatabase.java85 Files.FileColumns._ID, // 0
88 Files.FileColumns._ID, // 0
92 Files.FileColumns._ID, // 0
96 Files.FileColumns._ID, // 0
101 Files.FileColumns._ID, // 0
109 private static final String ID_WHERE = Files.FileColumns._ID + "=?";
1077 values.put(Files.FileColumns._ID, references[i]);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java121 new String[] {Email.CONTACT_ID, Email._ID}, whereBuilder.toString(),
171 new String[] {Phone.CONTACT_ID, Phone._ID}, whereBuilder.toString(),
237 whereBuilder.append(ContactsContract.Contacts._ID + " IN (").
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java158 TestCase.assertEquals(Contacts._ID, columnName);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java180 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
186 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
H A DRingtone.java47 MediaStore.Audio.Media._ID,
H A DMediaScanner.java120 Files.FileColumns._ID, // 0
127 Files.FileColumns._ID,
1073 where = MediaStore.Files.FileColumns._ID + ">?" +
1077 where = MediaStore.Files.FileColumns._ID + ">?";
1108 where, selectionArgs, MediaStore.Files.FileColumns._ID, null);
1261 MediaStore.MediaColumns._ID + " IN (" +
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java59 private static final String[] LOOKUP_PROJECTION = { Contacts._ID, Contacts.STARRED };
371 final int idIdx = cursor.getColumnIndex(Contacts._ID);
374 if (DEBUG) Slog.d(TAG, "contact _ID is: " + id);
377 Slog.i(TAG, "invalid cursor: no _ID");
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java158 Contacts._ID,
254 * {@link ContentResolver} with {@link Contacts#_ID}.
420 mIdColumn = mCursor.getColumnIndex(Contacts._ID);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java66 public final static String COLUMN_ID = Downloads.Impl._ID;
315 Downloads.Impl._ID,
1264 whereClause.append(Downloads.Impl._ID);
1331 long downloadId = getLong(getColumnIndex(Downloads.Impl._ID));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoController.java167 ContactsContract.CommonDataKinds.Phone._ID,
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java73 PhoneLookup._ID,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java483 // - content://com.android.contacts/phone_lookup ==> use the "_ID" column
521 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
522 columnName = PhoneLookup._ID;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java453 new String[]{Telephony.Mms._ID},

Completed in 563 milliseconds

12