/packages/apps/Phone/src/com/android/phone/ |
PhoneUtils.java | 241 final CallNotifier notifier = app.notifier; local 242 notifier.stopSignalInfoTone(); 353 final CallNotifier notifier = PhoneApp.getInstance().notifier; local 354 notifier.sendCdmaCallWaitingReject(); [all...] |
NotificationMgr.java | 507 boolean enhancedVoicePrivacy = PhoneApp.getInstance().notifier.getCdmaVoicePrivacyState(); 741 PhoneApp.getInstance().notifier.sendMwiChangedDelayed( [all...] |
InCallScreen.java | 1524 final CallNotifier notifier = PhoneApp.getInstance().notifier; local [all...] |
CallCard.java | 612 if (!PhoneApp.getInstance().notifier.getIsCdmaRedialCall()) { [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 131 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) { 132 this(context,ci,notifier, false); 136 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { 137 super(notifier, context, ci, unitTestMode); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzEvents.m | 689 io_object_t notifier; 691 power_connection = IORegisterForSystemPower (this, &thePortRef, QZ_SleepNotificationHandler, ¬ifier); [all...] |
/external/webkit/WebCore/loader/ |
FrameLoader.h | 100 ResourceLoadNotifier* notifier() const { return &m_notifer; } function in class:WebCore::FrameLoader
|
MainResourceLoader.cpp | 83 frameLoader()->notifier()->didFailToLoad(this, error);
|
FrameLoader.cpp | [all...] |
/external/kernel-headers/original/linux/ |
sched.h | 895 int (*notifier)(void *priv); member in struct:task_struct [all...] |
netdevice.h | 561 #include <linux/notifier.h>
|
fb.h | 382 #include <linux/notifier.h> [all...] |
/external/ppp/pppd/ |
auth.c | 198 /* A notifier for when the peer has authenticated itself, 200 struct notifier *auth_up_notifier = NULL; 202 /* A notifier for when the link goes down. */ 203 struct notifier *link_down_notifier = NULL; [all...] |
ipcp.c | 86 struct notifier *ip_up_notifier = NULL; 87 struct notifier *ip_down_notifier = NULL; [all...] |
/external/webkit/WebCore/dom/ |
Document.cpp | [all...] |