OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendToVoicemail
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java
82
public final boolean
sendToVoicemail
;
85
this.
sendToVoicemail
= shouldSendToVoicemail;
90
return "ringtone: " + customRingtone + ", " +
sendToVoicemail
;
230
final boolean
sendToVoicemail
= cursor.getInt(INDEX_SEND_TO_VOICEMAIL) == 1;
235
newNumberToEntry, number, customRingtone,
sendToVoicemail
);
250
newNumberToEntry, key, customRingtone,
sendToVoicemail
);
284
String numberOrSipAddress, String customRingtone, boolean
sendToVoicemail
) {
289
if (!entry.
sendToVoicemail
&&
sendToVoicemail
) {
291
new CacheEntry(customRingtone,
sendToVoicemail
));
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java
[
all
...]
Completed in 74 milliseconds