/frameworks/base/core/java/android/provider/ |
H A D | BaseColumns.java | 25 public static final String _ID = "_id"; field in interface:BaseColumns
|
H A D | UserDictionary.java | 66 public static final String _ID = BaseColumns._ID; field in class:UserDictionary.Words
|
H A D | SearchRecentSuggestions.java | 73 SuggestionColumns._ID, 85 SuggestionColumns._ID,
|
H A D | Browser.java | 79 BookmarkColumns._ID, // 0 110 BookmarkColumns._ID, 128 * A projection of {@link #SEARCHES_URI} that contains {@link SearchColumns#_ID}, 133 SearchColumns._ID, // 0 297 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS }, 403 new String[] { History._ID, History.URL, History.DATE_LAST_VISITED }, 434 new String [] { History._ID, History.VISITS },
|
H A D | BrowserContract.java | 159 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 D | CallLog.java | 359 new String[] { Phone._ID }, 368 new String[] { Phone._ID },
|
H A D | SyncStateContract.java | 59 private static final String[] DATA_PROJECTION = new String[]{Columns.DATA, Columns._ID};
|
H A D | CalendarContract.java | 60 * 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 D | ContactsContract.java | 135 * {@link Directory}. The parameter value should be the _ID of the corresponding 372 * The local directory. It has {@link Directory#_ID Directory._ID} = 401 * automatically, the _ID field will not be part of the query projection. 461 * _ID of the default directory, which represents locally stored contacts. 466 * _ID of the directory that represents locally stored invisible contacts. 1215 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate 1217 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column 1253 * <td>{@link #_ID}</td> 1497 Contacts.LOOKUP_KEY, Contacts._ID [all...] |
H A D | MediaStore.java | 461 * Table also contains MediaColumns._ID, DATA, SIZE and DATE_MODIFIED. 539 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; 1631 public static final String _ID = "_id"; field in class:MediaStore.Audio.Playlists.Members
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
H A D | Queries.java | 36 Phone._ID, // 5 54 Email._ID, // 5
|
/frameworks/ex/common/java/com/android/common/content/ |
H A D | SyncStateContentProviderHelper.java | 52 + " 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 D | MtpPropertyGroup.java | 63 private static final String ID_WHERE = Files.FileColumns._ID + "=?"; 79 columns.add(Files.FileColumns._ID); 195 new String [] { Files.FileColumns._ID, column }, 215 new String [] { Files.FileColumns._ID, column }, 236 new String [] { Files.FileColumns._ID, Audio.GenresColumns.NAME }, 258 new String [] { Files.FileColumns._ID, column },
|
H A D | MtpDatabase.java | 82 Files.FileColumns._ID, // 0 85 Files.FileColumns._ID, // 0 89 Files.FileColumns._ID, // 0 94 Files.FileColumns._ID, // 0 102 private static final String ID_WHERE = Files.FileColumns._ID + "=?"; 1014 values.put(Files.FileColumns._ID, references[i]);
|
/frameworks/ex/common/java/com/android/common/contacts/ |
H A D | DataUsageStatUpdater.java | 121 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 D | ExportTestProvider.java | 158 TestCase.assertEquals(Contacts._ID, columnName);
|
/frameworks/base/media/java/android/media/ |
H A D | RingtoneManager.java | 181 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE, 187 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
|
H A D | Ringtone.java | 47 MediaStore.Audio.Media._ID,
|
H A D | MediaScanner.java | 120 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); 1259 MediaStore.MediaColumns._ID + " IN (" +
|
/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardComposer.java | 158 Contacts._ID, 289 * {@link ContentResolver} with {@link Contacts#_ID}. 455 mIdColumn = mCursor.getColumnIndex(Contacts._ID);
|
/frameworks/base/core/java/android/app/ |
H A D | DownloadManager.java | 66 public final static String COLUMN_ID = Downloads.Impl._ID; 315 Downloads.Impl._ID, 1268 whereClause.append(Downloads.Impl._ID); 1335 long downloadId = getLong(getColumnIndex(Downloads.Impl._ID));
|
/frameworks/base/core/java/com/android/internal/notification/ |
H A D | DemoContactNotificationScorer.java | 62 ContactsContract.Contacts._ID, ContactsContract.Contacts.DISPLAY_NAME
|
/frameworks/opt/telephony/src/java/android/provider/ |
H A D | Telephony.java | 1538 private static final String[] ID_PROJECTION = { BaseColumns._ID }; 2545 _ID,
|
/frameworks/base/core/java/android/widget/ |
H A D | QuickContactBadge.java | 73 PhoneLookup._ID,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | CallerInfo.java | 459 // - content://com.android.contacts/phone_lookup ==> use the "_ID" column 497 if (VDBG) Rlog.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID"); 498 columnName = PhoneLookup._ID;
|