OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customRingtone
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java
81
public final String
customRingtone
;
83
public CacheEntry(String
customRingtone
, boolean shouldSendToVoicemail) {
84
this.
customRingtone
=
customRingtone
;
90
return "ringtone: " +
customRingtone
+ ", " + sendToVoicemail;
229
final String
customRingtone
= cursor.getString(INDEX_CUSTOM_RINGTONE);
235
newNumberToEntry, number,
customRingtone
, sendToVoicemail);
250
newNumberToEntry, key,
customRingtone
, sendToVoicemail);
284
String numberOrSipAddress, String
customRingtone
, boolean sendToVoicemail) {
291
new CacheEntry(
customRingtone
, sendToVoicemail))
[
all
...]
CallNotifier.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java
141
boolean starred, Integer presence, boolean sendToVoicemail, String
customRingtone
,
164
mCustomRingtone =
customRingtone
;
ContactLoader.java
383
null /*
customRingtone
*/,
620
final String
customRingtone
= cursor.getString(ContactQuery.CUSTOM_RINGTONE);
634
customRingtone
, isUserProfile);
[
all
...]
Completed in 89 milliseconds