Searched refs:email (Results 226 - 227 of 227) sorted by relevance

12345678910

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java400 * Currently we only have data for IM / email contacts
841 long oldFolderId = -1; // Used for email undelete
860 * is used for email or SMS/MMS and whether or not the
2540 String email = recipient.getFirstEmail();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java629 * Sorting order for email address suggestions: first starred, then the rest.
635 * (Super)primary email address is returned before other addresses for the same contact.
3392 // TODO: generalize to allow other providers to match against email.
6522 String email = uri.getLastPathSegment();
6523 String address = mDbHelper.get().extractAddressFromEmailAddress(email);
6588 // Group by a unique email address on a per account basis, to make sure that
6589 // account promotion sort order correctly ranks email addresses that are in
6615 // similar email domains is the last sort preference.
6651 // we only want data items that are either email addresses or phone numbers
6665 // but we want all the email addresse
[all...]

Completed in 130 milliseconds

12345678910