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

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactLoaderFragment.java66 private String mCustomRingtone; field in class:ContactLoaderFragment
236 mCustomRingtone = mContactData.getCustomRingtone();
371 if (mCustomRingtone != null) {
372 ringtoneUri = Uri.parse(mCustomRingtone);
402 mCustomRingtone = null;
404 mCustomRingtone = pickedUri.toString();
407 mContext, mLookupUri, mCustomRingtone);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java135 private final String mCustomRingtone; field in class:ContactLoader.Result
170 mCustomRingtone = null;
212 mCustomRingtone = customRingtone;
250 mCustomRingtone = from.mCustomRingtone;
478 return mCustomRingtone;

Completed in 114 milliseconds