Searched refs:ID (Results 76 - 88 of 88) sorted by relevance

1234

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogFragmentTest.java519 values[CallLogQuery.ID] = mIndex;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java49 * Pseudo account ID to represent a "combined account" that includes messages and mailboxes
56 * Pseudo account ID to represent "no account". This may be used any time the account ID
193 AccountColumns.ID, AccountColumns.FLAGS};
230 * Returns {@code true} if the given account ID is a "normal" account. Normal accounts
231 * always have an ID greater than {@code 0} and not equal to any pseudo account IDs
498 * Parse {@link Uri} in the {@code content://com.android.email.provider/account/ID} format
499 * where ID = account id (used on Eclair, Android 2.0-2.1) or UUID, and return _id of
504 * @return _id of the {@link Account} associated with ID, or -1 if none found.
518 // Now get the ID par
[all...]
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java141 * Return, or create and return, an string suitable for use in an IMAP ID message.
145 * this will be sent as-is to the IMAP server). No tokens, parenthesis or "ID" are included,
148 * The following IMAP ID keys may be included:
162 * @return a String for use in an IMAP ID message.
167 // values in any IMAP ID message
176 Build.VERSION.CODENAME, Build.MODEL, Build.ID, Build.MANUFACTURER,
212 * Helper function that actually builds the static part of the IMAP ID string. This is
213 * separated from getImapId for testability. There is no escaping or encoding in IMAP ID so
220 * @param id Build.ID
223 * @return the static (never changes) portion of the IMAP ID
[all...]
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceStub.java85 MailboxColumns.ID,
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DSmsProvider.java267 "Message not retrieved. ID: " + messageIndexString);
274 "Bad SMS ICC ID: " + messageIndexString);
464 // messages with this thread ID. We could add an OR REPLACE to
519 cv.put(Telephony.MmsSms.WordsTable.ID, rowID);
617 "Bad SMS ICC ID: " + messageIndexString);
H A DMmsSmsDatabaseHelper.java425 // Find the thread ID that the specified SMS belongs to.
478 cv.put(Telephony.MmsSms.WordsTable.ID, id);
511 cv.put(Telephony.MmsSms.WordsTable.ID, id);
877 * MMS/SMS address to an ID, which is then used as its
880 * PHONE_NUMBERS_EQUAL extension) is seen later, this same ID
890 * IDs, separated by spaces, to a unique thread ID. The IDs
950 // // triggers ensure that the entry for its thread ID is removed
H A DMmsProvider.java466 cv.put(Telephony.MmsSms.WordsTable.ID, (2 << 32) + rowId);
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
H A DUtilityUnitTests.java313 new String[] { MailboxColumns.LAST_SEEN_MESSAGE_KEY }, MailboxColumns.ID + "=?",
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java387 // map) is in the profile ID-space (see {@link ProfileDatabaseHelper#PROFILE_ID_SPACE}).
1095 * Notification ID for failure to import contacts.
2009 * 2. The URI contains ID references that are in the profile ID-space.
2024 * contains an ID in the profile ID-space.
2627 * @return the row ID of the newly created row
2639 * @return the row ID of the newly created row
2737 * @return the row ID of the newly created row
2808 // ones, in which case it may be deleted immediately (resetting the ID t
4172 int ID = 0; field in interface:ContactsProvider2.GroupAccountQuery
6760 int ID = 3; field in interface:ContactsProvider2.LookupByRawContactIdQuery
8678 int ID = 0; field in interface:ContactsProvider2.DataUsageStatQuery
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java624 * the ID of the contact that was created.
731 long contactId = -1; // Best matching contact ID.
1006 * Creates a stand-alone Contact for the given raw contact ID. This is only called
1086 * Updates the contact ID for the specified contact.
1095 * Marks the specified raw contact ID as aggregated
1103 * Updates the contact ID for the specified contact and marks the raw contact as aggregated.
1146 * raw contact ID.
1825 * Computes aggregate-level data for the specified aggregate contact ID.
2300 int ID = 0; field in interface:ContactAggregator.LookupKeyQuery
2339 c.getLong(LookupKeyQuery.ID),
[all...]
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTests.java370 assertFalse(Account.isValidId(mMockContext, 1234567)); // Some random ID
1449 * Test retrieving attachments by message ID (using EmailContent.Attachment.MESSAGE_ID_URI)
1479 * Test deleting attachments by message ID (using EmailContent.Attachment.MESSAGE_ID_URI)
1952 // With ID in URI, no selection
1961 // No ID in URI, with selection
1970 // With ID, with selection
1979 // No ID in URI, no selection
2202 * ID is the expected value.
2538 ep.deleteUnlinked(db, Mailbox.TABLE_NAME, MailboxColumns.ACCOUNT_KEY, AccountColumns.ID,
2540 ep.deleteUnlinked(db, Message.TABLE_NAME, MessageColumns.ACCOUNT_KEY, AccountColumns.ID,
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java141 Build.MODEL, Build.ID, Build.MANUFACTURER,
235 * Test the generation of the IMAP ID keys
318 * Test of the internal generator for IMAP ID strings, specifically looking for proper
341 * Test that IMAP ID uid's are per-username
385 * Helper to break an IMAP ID string into keys & values
407 * Test non-NIL server response to IMAP ID. We should simply ignore it.
414 "* ID (\"name\" \"Cyrus\" \"version\" \"1.5\"" +
422 * Test OK response to IMAP ID with crummy text afterwards too.
435 * Test BAD response to IMAP ID - also with bad parser chars
447 * Confirm that when IMAP ID i
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java304 if (representation.getEditorId() == ImageOnlyEditor.ID) {

Completed in 1940 milliseconds

1234