Searched defs:ID (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/media/
H A DMediaItem.java35 public static final String ID = new String("id"); field in class:MediaItem
/packages/apps/Mms/src/com/android/mms/util/
H A DRecycler.java138 private static final int ID = 0; field in class:Recycler.SmsRecycler
179 return cursor.getLong(ID);
287 private static final int ID = 0; field in class:Recycler.MmsRecycler
319 return cursor.getLong(ID);
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapConstants.java56 public static final String ID = "ID"; field in class:ImapConstants
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java55 private static final int ID = 0; field in class:Conversation
68 // The thread ID of this conversation. Can be zero in the case of a
115 * Find the conversation matching the provided thread ID.
226 long threadId = cursor.getLong(ID);
335 * Return the Uri for all messages in the given thread ID.
345 * Returns the thread ID of this conversation. Can be zero if
356 * @return The thread ID of this conversation in the database
391 // Invalidate thread ID because the recipient set has changed.
548 * Start a delete of the conversation with the specified thread ID.
554 * @param threadId Thread ID o
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java685 * Creates a stand-alone Contact for the given raw contact ID.
699 * Updates the contact ID for the specified contact.
708 * Marks the specified raw contact ID as aggregated
716 * Updates the contact ID for the specified contact and marks the raw contact as aggregated.
754 * raw contact ID.
1272 * Computes aggregate-level data for the specified aggregate contact ID.
1612 int ID = 0; field in interface:ContactAggregator.LookupKeyQuery
1638 c.getLong(LookupKeyQuery.ID),
H A DLegacyContactImporter.java240 static int ID = 0; field in interface:LegacyContactImporter.GroupsQuery
264 int ID = 1; field in interface:LegacyContactImporter.GroupsInsert
290 long id = c.getLong(GroupsQuery.ID);
292 insert.bindLong(GroupsInsert.ID, id);
406 int ID = 1; field in interface:LegacyContactImporter.RawContactsInsert
435 int ID = 1; field in interface:LegacyContactImporter.ContactsInsert
538 insert.bindLong(RawContactsInsert.ID, id);
576 insert.bindLong(ContactsInsert.ID, id);
1174 static int ID = 0; field in interface:LegacyContactImporter.CallsQuery
1201 mValues.put(Calls._ID, c.getLong(CallsQuery.ID));
[all...]
H A DContactsDatabaseHelper.java1726 int ID = 0; field in interface:ContactsDatabaseHelper.StructName205Query
1772 long dataId = cursor.getLong(StructName205Query.ID);
1848 int ID = 0; field in interface:ContactsDatabaseHelper.Organization205Query
1870 long dataId = cursor.getLong(Organization205Query.ID);
1934 int ID = 0; field in interface:ContactsDatabaseHelper.Organization300Query
1958 long dataId = cursor.getLong(Organization300Query.ID);
2004 public static final int ID = 0; field in class:ContactsDatabaseHelper.Upgrade303Query
2027 long dataId = cursor.getLong(Upgrade303Query.ID);
2063 long dataId = cursor.getLong(Upgrade303Query.ID);
2240 public static final int ID field in class:ContactsDatabaseHelper.StructuredNameQuery
2310 public static final int ID = 0; field in class:ContactsDatabaseHelper.OrganizationQuery
2352 public static final int ID = 0; field in class:ContactsDatabaseHelper.EmailQuery
2391 public static final int ID = 0; field in class:ContactsDatabaseHelper.NicknameQuery
[all...]
H A DContactsProvider2.java397 * Notification ID for failure to import contacts.
2544 * @return the row ID of the newly created row
2555 * @return the row ID of the newly created row
2586 * @return the row ID of the newly created row
4977 int ID = 3; field in interface:ContactsProvider2.LookupByRawContactIdQuery
5002 String rawContactId = c.getString(LookupByRawContactIdQuery.ID);
5095 * Returns the contact ID that is mentioned the highest number of times.
/packages/apps/Email/src/com/android/email/provider/
H A DEmailContent.java172 public static final String ID = "_id"; field in interface:EmailContent.SyncColumns
180 public static final String ID = "_id"; field in interface:EmailContent.BodyColumns
393 public static final String ID = "_id"; field in interface:EmailContent.MessageColumns
789 public static final String ID = "_id"; field in interface:EmailContent.AccountColumns
1293 * Parse {@link Uri} in the {@code content://com.android.email.provider/account/ID} format
1294 * where ID = account id (used on Eclair, Android 2.0-2.1) or UUID, and return _id of
1299 * @return _id of the {@link Account} associated with ID, or -1 if none found.
1313 // Now get the ID part.
1316 // First, see if ID can be parsed as long. (Eclair-style)
1628 public static final String ID field in interface:EmailContent.AttachmentColumns
1884 public static final String ID = "_id"; field in interface:EmailContent.MailboxColumns
2125 public static final String ID = "_id"; field in interface:EmailContent.HostAuthColumns
[all...]

Completed in 122 milliseconds