/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelper.java | 120 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 …]
|
D | E2eeContactKeysProvider.java | 131 String emailAddress = contactInfo.getString(E2eeContactKeys.EMAIL_ADDRESS); in updateOrInsertE2eeContactKey() local 138 emailAddress); in updateOrInsertE2eeContactKey()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AggregationSuggestionView.java | 81 } else if (suggestion.emailAddress != null) { in bindSuggestion() 82 dataText = suggestion.emailAddress; in bindSuggestion()
|
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 | RawContactEditorView.java | 715 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/ |
D | SimContacts.java | 180 for (String emailAddress : emailAddressArray) { in actuallyImportOneSimContact() 185 builder.withValue(Email.DATA, emailAddress); in actuallyImportOneSimContact()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapbMessage.java | 234 for (String emailAddress : mEmailAddresses) { in encode() 235 sb.append("EMAIL:").append(emailAddress).append("\r\n"); in encode()
|
D | BluetoothMapContent.java | 3642 String emailAddress = in setVCardFromPhoneNumber() local 3646 emailAddresses[i++] = emailAddress; in setVCardFromPhoneNumber()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 2960 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/ |
D | ContactsProvider2.java | 8500 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/ |
D | google-api-services-storage-v1-rev158-1.25.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |