OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyMissedCall
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
400
// Call
notifyMissedCall
() right now.
401
notifyMissedCall
(n.name, n.number, n.presentation, n.type, null, null,
418
notifyMissedCall
(n.name, n.number, n.presentation, n.type, photo, photoIcon, n.date);
475
/* package */ void
notifyMissedCall
(String name, String number, int presentation, String type,
486
if (DBG) log("
notifyMissedCall
: non-voice-capable device, not posting notification");
491
log("
notifyMissedCall
(). name: " + name + ", number: " + number
[
all
...]
CallNotifier.java
[
all
...]
Completed in 32 milliseconds