Searched refs:emailAddress (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AggregationSuggestionEngine.java | 67 public String emailAddress; field in AggregationSuggestionEngine.Suggestion 79 .add("emailAddress", emailAddress) in toString() 415 && (superprimary != 0 || suggestion.emailAddress == null)) { in getSuggestions() 416 suggestion.emailAddress = data; in getSuggestions()
|
D | AggregationSuggestionView.java | 81 } else if (suggestion.emailAddress != null) { in bindSuggestion() 82 dataText = suggestion.emailAddress; in bindSuggestion()
|
D | RawContactEditorView.java | 703 final String emailAddress = email.getEmailData(); in addReadOnlyRawContactEditorViews() local 704 if (TextUtils.isEmpty(emailAddress)) { in addReadOnlyRawContactEditorViews() 712 bindData(emailDrawable, emailContentDescription, emailAddress, emailType, in addReadOnlyRawContactEditorViews()
|
/packages/services/Telephony/src/com/android/phone/ |
D | SimContacts.java | 180 for (String emailAddress : emailAddressArray) { in actuallyImportOneSimContact() 185 builder.withValue(Email.DATA, emailAddress); in actuallyImportOneSimContact()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapbMessage.java | 225 for (String emailAddress : mEmailAddresses) { in encode() 226 sb.append("EMAIL:").append(emailAddress).append("\r\n"); in encode()
|
D | BluetoothMapContent.java | 3626 String emailAddress = q.getString( in setVCardFromPhoneNumber() local 3628 emailAddresses[i++] = emailAddress; in setVCardFromPhoneNumber()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 2937 String emailAddress = null; in getOwner() local 2951 emailAddress = cursor.getString(0); in getOwner() 2957 return emailAddress; in getOwner() 2992 private void createAttendeeEntry(long eventId, int status, String emailAddress) { in createAttendeeEntry() argument 3001 values.put(Attendees.ATTENDEE_EMAIL, emailAddress); in createAttendeeEntry()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 7988 String emailAddress = null; in appendSearchIndexJoin() local 7995 emailAddress = mDbHelper.get().extractAddressFromEmailAddress(filter); in appendSearchIndexJoin() 7996 isEmailAddress = !TextUtils.isEmpty(emailAddress); in appendSearchIndexJoin() 8107 emailAddress == null ? "" : sanitizeMatch(emailAddress); in appendSearchIndexJoin()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 2910 String emailAddress = "address@email.com"; in testUpdateFromMetadataEntry() local 2911 Uri dataUri = insertEmail(rawContactId, emailAddress); in testUpdateFromMetadataEntry() 2989 assertDataUsageZero(dataUriWithUsageType, emailAddress); in testUpdateFromMetadataEntry()
|