Searched defs:phoneticName (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorIntents.java81 RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName,
87 putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName);
129 RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) {
142 if (!TextUtils.isEmpty(phoneticName)) {
143 intent.putExtra(ContactsContract.Intents.Insert.PHONETIC_NAME, phoneticName);
80 createInsertContactIntent(Context context, RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName, boolean isNewLocalProfile) argument
128 putRawContactDeltaValues(Intent intent, RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) argument
/packages/apps/Contacts/src/com/android/contacts/util/
H A DNameConverter.java96 * If this method cannot parse given phoneticName, null values will be stored.
98 * @param phoneticName Phonetic name to be parsed
103 public static StructuredNameDataItem parsePhoneticName(String phoneticName, argument
109 if (!TextUtils.isEmpty(phoneticName)) {
110 String[] strings = phoneticName.split(" ", 3);
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DCity.java57 City(String id, int index, String indexString, String name, String phoneticName, TimeZone tz) { argument
62 mPhoneticName = phoneticName;
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java123 String phoneticName,
144 mPhoneticName = phoneticName;
110 Contact( Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, long id, long nameRawContactId, int displayNameSource, long photoId, String photoUri, String displayName, String altDisplayName, String phoneticName, boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, boolean isUserProfile) argument
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java394 public void setDisplayName(CharSequence displayName, CharSequence phoneticName) { argument
396 if (!TextUtils.isEmpty(phoneticName)) {
397 mPhoneticNameView.setText(phoneticName);
641 final String phoneticName = c.getString(ContactQuery.PHONETIC_NAME);
642 this.setDisplayName(displayName, phoneticName);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java143 String photoUri, String displayName, String altDisplayName, String phoneticName,
162 mPhoneticName = phoneticName;
141 Contact(Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, long id, long nameRawContactId, int displayNameSource, long photoId, String photoUri, String displayName, String altDisplayName, String phoneticName, boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, boolean isUserProfile) argument
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java426 public void setPhoneticName(String phoneticName) { argument
429 && phoneticName.equals(mPhoneticNameView.getText())) {
432 mPhoneticNameView.setText(phoneticName);

Completed in 307 milliseconds