OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCustomRingtone
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/model/
Contact.java
89
private final String
mCustomRingtone
;
123
mCustomRingtone
= null;
164
mCustomRingtone
= customRingtone;
201
mCustomRingtone
= from.
mCustomRingtone
;
456
return
mCustomRingtone
;
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
72
private String
mCustomRingtone
;
246
mCustomRingtone
= mContactData.getCustomRingtone();
431
if (
mCustomRingtone
!= null) {
432
ringtoneUri = Uri.parse(
mCustomRingtone
);
462
mCustomRingtone
= null;
464
mCustomRingtone
= pickedUri.toString();
467
mContext, mLookupUri,
mCustomRingtone
);
Completed in 872 milliseconds