Searched refs:notifier (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libmedia/
H A DIMediaDeathNotifier.cpp94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java177 * @param notifier An instance of DefaultPhoneNotifier,
180 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { argument
181 this(notifier, context, ci, false);
188 * @param notifier An instance of DefaultPhoneNotifier,
193 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, argument
195 this.mNotifier = notifier;
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java55 public SipPhoneBase(Context context, PhoneNotifier notifier) { argument
56 super(notifier, context, new SipCommandInterface(context), false);
H A DSipPhone.java63 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { argument
64 super(context, notifier);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java143 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
144 this(context,ci,notifier, false);
147 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
149 super(notifier, context, ci, unitTestMode);
208 notifier.notifyMessageWaitingChanged(this);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java128 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
129 this(context,ci,notifier, false);
133 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { argument
134 super(notifier, context, ci, unitTestMode);

Completed in 234 milliseconds