Searched refs:_ID (Results 1 - 25 of 31) 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.java79 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 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 DCallLog.java324 new String[] { Phone._ID },
333 new String[] { Phone._ID },
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}
296 * along with {@link BaseColumns#_ID}.
517 final long calendarId = cursor.getLong(cursor.getColumnIndexOrThrow(_ID));
521 cv.put(_ID, calendarId);
616 * <dd>To perform an update on a calendar the {@link #_ID} of the calendar
625 * <dd>Calendars can be deleted either by the {@link #_ID} as an appended id
632 * matches the query selection, or at most a single row if the {@link #_ID}
877 * The {@link Calendars#_ID} of the calendar the event belongs to.
1148 * The {@link Events#_ID} of the original recurring event for which this
1329 ExtendedProperties._ID,
[all...]
H A DContactsContract.java135 * {@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.
1198 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1200 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1236 * <td>{@link #_ID}</td>
1480 Contacts.LOOKUP_KEY, Contacts._ID
[all...]
H A DMediaStore.java452 * Table also contains MediaColumns._ID, DATA, SIZE and DATE_MODIFIED.
530 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA};
1602 public static final String _ID = "_id"; field in class:MediaStore.Audio.Playlists.Members
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java36 Phone._ID, // 5
54 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 + "=?";
77 columns.add(Files.FileColumns._ID);
193 new String [] { Files.FileColumns._ID, column },
213 new String [] { Files.FileColumns._ID, column },
234 new String [] { Files.FileColumns._ID, Audio.GenresColumns.NAME },
256 new String [] { Files.FileColumns._ID, column },
H A DMtpDatabase.java81 Files.FileColumns._ID, // 0
84 Files.FileColumns._ID, // 0
88 Files.FileColumns._ID, // 0
93 Files.FileColumns._ID, // 0
100 private static final String ID_WHERE = Files.FileColumns._ID + "=?";
1001 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/base/media/java/android/media/
H A DRingtone.java46 MediaStore.Audio.Media._ID,
52 DrmStore.Audio._ID,
H A DRingtoneManager.java181 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
187 DrmStore.Audio._ID, DrmStore.Audio.TITLE,
193 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
H A DMediaScanner.java120 Files.FileColumns._ID, // 0
127 Files.FileColumns._ID,
1066 where = MediaStore.Files.FileColumns._ID + ">?" +
1070 where = MediaStore.Files.FileColumns._ID + ">?";
1100 where, selectionArgs, MediaStore.Files.FileColumns._ID, null);
1246 int numrows = mProvider.delete(mBaseUri, MediaStore.MediaColumns._ID + " IN (" +
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java158 TestCase.assertEquals(Contacts._ID, columnName);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java158 Contacts._ID,
289 * {@link ContentResolver} with {@link Contacts#_ID}.
455 mIdColumn = mCursor.getColumnIndex(Contacts._ID);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java64 public final static String COLUMN_ID = Downloads.Impl._ID;
305 Downloads.Impl._ID,
1220 whereClause.append(Downloads.Impl._ID);
1287 long downloadId = getLong(getColumnIndex(Downloads.Impl._ID));
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java69 PhoneLookup._ID,
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1245 private static final String[] ID_PROJECTION = { BaseColumns._ID };
1977 _ID,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java461 // - content://com.android.contacts/phone_lookup ==> use the "_ID" column
499 if (VDBG) Log.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
500 columnName = PhoneLookup._ID;
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java106 Mms._ID,
164 Part._ID,
1190 filter.append(Part._ID);
1423 // example, if input URI is "content://mms/inbox" and the _ID of

Completed in 487 milliseconds

12