Searched refs:mCustomRingtone (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java90 private final String mCustomRingtone; field in class:Contact
125 mCustomRingtone = null;
167 mCustomRingtone = customRingtone;
205 mCustomRingtone = from.mCustomRingtone;
463 return mCustomRingtone;
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactLoaderFragment.java72 private String mCustomRingtone; field in class:ContactLoaderFragment
246 mCustomRingtone = mContactData.getCustomRingtone();
423 if (mCustomRingtone != null) {
424 ringtoneUri = Uri.parse(mCustomRingtone);
454 mCustomRingtone = null;
456 mCustomRingtone = pickedUri.toString();
459 mContext, mLookupUri, mCustomRingtone);

Completed in 41 milliseconds