Home
last modified time | relevance | path

Searched refs:_ID (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/core/java/android/provider/
DBrowser.java78 BookmarkColumns._ID, // 0
121 BookmarkColumns._ID,
145 SearchColumns._ID, // 0
301 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS }, in getVisitedLike()
DUserDictionary.java66 public static final String _ID = BaseColumns._ID; field in UserDictionary.Words
DSearchRecentSuggestions.java73 SuggestionColumns._ID,
85 SuggestionColumns._ID,
DBaseColumns.java25 public static final String _ID = "_id"; field
DBrowserContract.java159 public static final String _ID = "_id"; field
486 public static final String _ID = "_id"; field in BrowserContract.Searches
DCallLog.java567 new String[] { Phone._ID }, in addCall()
577 new String[] { Phone._ID }, in addCall()
695 resolver.update(Data.CONTENT_URI, values, Data._ID + "=?", new String[] {dataId}); in updateNormalizedNumber()
DCalendarContract.java521 final long calendarId = cursor.getLong(cursor.getColumnIndexOrThrow(_ID)); in getEntityAndIncrementCursor()
525 cv.put(_ID, calendarId); in getEntityAndIncrementCursor()
1338 ExtendedProperties._ID,
1363 final long eventId = cursor.getLong(cursor.getColumnIndexOrThrow(Events._ID)); in getEntityAndIncrementCursor()
1365 cv.put(Events._ID, eventId); in getEntityAndIncrementCursor()
1503 extendedValues.put(ExtendedProperties._ID, in getEntityAndIncrementCursor()
/frameworks/ex/common/java/com/android/common/content/
DSyncStateContentProviderHelper.java52 + " WHERE " + SyncStateContract.Columns._ID + "=?";
57 + SyncStateContract.Columns._ID + " INTEGER PRIMARY KEY," in createDatabase()
107 + " WHERE " + SyncStateContract.Columns._ID + "=" + rowId, in update()
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java37 Phone._ID, // 5
57 Email._ID, // 5
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd116 <li>{@link android.provider.ContactsContract.Contacts#_ID Contacts._ID}</li>
127 <li>{@link android.provider.ContactsContract.Contacts#_ID Contacts._ID}</li>
152 // The index of the _ID column in the Cursor
165 // Gets the _ID column index
166 mIdColumn = mCursor.getColumnIndex(Contacts._ID);
196 {@link android.provider.ContactsContract.Contacts#_ID Contacts._ID} and
216 // Otherwise, sets the thumbnail column to the _ID column
237 * @param photoData photo ID Prior to Honeycomb, the contact's _ID value.
256 // Prior to Android 3.0, constructs a photo Uri using _ID
259 * incoming photoData (_ID)
[all …]
Dmodify-data.jd199 {@link android.provider.ContactsContract.Contacts#_ID Contacts._ID} and
211 // The index of the contact's _ID value
215 // The _ID value from the Cursor
222 * this gets the contact's lookup key and _ID values from the
229 // Gets the _ID column index
230 mIdIndex = mCursor.getColumnIndex(Contacts._ID);
Dretrieve-details.jd88 {@link android.provider.ContactsContract.Data#_ID Data._ID} if you're binding the result
96 Data._ID,
322 be sure to retrieve the <code>_ID</code> column. For example, to retrieve email data, define the
328 Email._ID,
Dretrieve-names.jd218 // The contact's _ID value
326 The column {@link android.provider.ContactsContract.Contacts#_ID Contacts._ID} is used by the
328 {@link android.provider.ContactsContract.Contacts#_ID Contacts._ID} and
337 Contacts._ID,
354 // The column index for the _ID column
399 // Get the _ID value
608 Data._ID,
613 // The contact's _ID, to construct a content URI
/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java62 private static final String ID_WHERE = Files.FileColumns._ID + "=?";
78 columns.add(Files.FileColumns._ID); in MtpPropertyGroup()
205 new String [] { Files.FileColumns._ID, column }, in queryString()
225 new String [] { Files.FileColumns._ID, column }, in queryAudio()
246 new String [] { Files.FileColumns._ID, Audio.GenresColumns.NAME }, in queryGenre()
268 new String [] { Files.FileColumns._ID, column }, in queryLong()
DMtpDatabase.java84 Files.FileColumns._ID, // 0
87 Files.FileColumns._ID, // 0
91 Files.FileColumns._ID, // 0
95 Files.FileColumns._ID, // 0
100 Files.FileColumns._ID, // 0
108 private static final String ID_WHERE = Files.FileColumns._ID + "=?";
1076 values.put(Files.FileColumns._ID, references[i]); in setObjectReferences()
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java121 new String[] {Email.CONTACT_ID, Email._ID}, whereBuilder.toString(), in updateWithAddress()
171 new String[] {Phone.CONTACT_ID, Phone._ID}, whereBuilder.toString(), in updateWithPhoneNumber()
237 whereBuilder.append(ContactsContract.Contacts._ID + " IN ("). in update()
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
Ddatabases.jd66 android.provider.BaseColumns} 接口,您的内部类可继承调用的主键字段{@code _ID} ,某些 Android 类(比如光标适配器)将需要内部类拥有该字段。
105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
227 FeedEntry._ID,
262 cursor.getColumnIndexOrThrow(FeedEntry._ID)
/frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/
Ddatabases.jd67 ключа {@code _ID}, наличия которого ожидают от него некоторые
105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
227 FeedEntry._ID,
262 cursor.getColumnIndexOrThrow(FeedEntry._ID)
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
Ddatabases.jd66 android.provider.BaseColumns} 介面,您的內部類別可繼承主索引鍵欄位 (稱為 {@code _ID}),某些 Android 類別 (諸如 cursor adaptor)…
105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
227 FeedEntry._ID,
262 cursor.getColumnIndexOrThrow(FeedEntry._ID)
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
Ddatabases.jd66 android.provider.BaseColumns} 인터페이스를 구현함으로써, 내부 클래스는 {@code _ID}라고 하는 기본
105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
227 FeedEntry._ID,
262 cursor.getColumnIndexOrThrow(FeedEntry._ID)
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
Ddatabases.jd67 {@code _ID} と呼ばれるプライマリキーフィールドを継承することができます。
105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
227 FeedEntry._ID,
262 cursor.getColumnIndexOrThrow(FeedEntry._ID)
/frameworks/base/services/core/java/com/android/server/notification/
DCalendarTracker.java97 + cursor.getInt(cursor.getColumnIndex(BaseColumns._ID))); in dumpContent()
119 if (name.equals(BaseColumns._ID) in dumpContent()
137 final String[] projection = { Calendars._ID, in getPrimaryCalendars()
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd29 People._ID, People.NAME
49 <p>Note that it is necessary to have the People._ID column in projection used with CursorAdapter
/frameworks/base/media/java/android/media/
DRingtoneManager.java191 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
197 MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE,
/frameworks/base/core/java/android/app/
DDownloadManager.java66 public final static String COLUMN_ID = Downloads.Impl._ID;
315 Downloads.Impl._ID,
1243 whereClause.append(Downloads.Impl._ID); in getWhereClauseForIds()
1310 long downloadId = getLong(getColumnIndex(Downloads.Impl._ID)); in getLocalUri()

123