Home
last modified time | relevance | path

Searched refs:emailAddress (Results 1 – 11 of 11) sorted by relevance

/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java120 String emailAddress = c.getString(c.getColumnIndexOrThrow( in getAllContactKeys() local
128 remoteVerificationState, displayName, number, emailAddress)); in getAllContactKeys()
164 String emailAddress = c.getString(c.getColumnIndexOrThrow( in getContactKeysForOwnerPackageName() local
172 remoteVerificationState, displayName, number, emailAddress)); in getContactKeysForOwnerPackageName()
204 String emailAddress = c.getString(c.getColumnIndexOrThrow( in getContactKey() local
212 remoteVerificationState, displayName, number, emailAddress); in getContactKey()
275 String displayName, String number, String emailAddress) { in updateOrInsertContactKey() argument
315 if (emailAddress != null) { in updateOrInsertContactKey()
316 updateStatement.bindString(9, emailAddress); in updateOrInsertContactKey()
332 if (emailAddress != null) { in updateOrInsertContactKey()
[all …]
DE2eeContactKeysProvider.java131 String emailAddress = contactInfo.getString(E2eeContactKeys.EMAIL_ADDRESS); in updateOrInsertE2eeContactKey() local
138 emailAddress); in updateOrInsertE2eeContactKey()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionView.java81 } else if (suggestion.emailAddress != null) { in bindSuggestion()
82 dataText = suggestion.emailAddress; in bindSuggestion()
DAggregationSuggestionEngine.java67 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()
DRawContactEditorView.java715 final String emailAddress = email.getEmailData(); in addReadOnlyRawContactEditorViews() local
716 if (TextUtils.isEmpty(emailAddress)) { in addReadOnlyRawContactEditorViews()
724 bindData(emailDrawable, emailContentDescription, emailAddress, emailType, in addReadOnlyRawContactEditorViews()
/packages/services/Telephony/src/com/android/phone/
DSimContacts.java180 for (String emailAddress : emailAddressArray) { in actuallyImportOneSimContact()
185 builder.withValue(Email.DATA, emailAddress); in actuallyImportOneSimContact()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java234 for (String emailAddress : mEmailAddresses) { in encode()
235 sb.append("EMAIL:").append(emailAddress).append("\r\n"); in encode()
DBluetoothMapContent.java3642 String emailAddress = in setVCardFromPhoneNumber() local
3646 emailAddresses[i++] = emailAddress; in setVCardFromPhoneNumber()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2960 String emailAddress = null; in getOwner() local
2974 emailAddress = cursor.getString(0); in getOwner()
2980 return emailAddress; in getOwner()
3015 private void createAttendeeEntry(long eventId, int status, String emailAddress) { in createAttendeeEntry() argument
3024 values.put(Attendees.ATTENDEE_EMAIL, emailAddress); in createAttendeeEntry()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8500 String emailAddress = null; in appendSearchIndexJoin() local
8507 emailAddress = mDbHelper.get().extractAddressFromEmailAddress(filter); in appendSearchIndexJoin()
8508 isEmailAddress = !TextUtils.isEmpty(emailAddress); in appendSearchIndexJoin()
8619 emailAddress == null ? "" : sanitizeMatch(emailAddress); in appendSearchIndexJoin()
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...