Searched refs:notifier (Results 1 - 9 of 9) 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/core/java/android/net/
H A DLinkSocket.java47 * @param notifier a reference to a class that implements {@code LinkSocketNotifier}
49 public LinkSocket(LinkSocketNotifier notifier) { argument
50 if (DBG) log("LinkSocket(notifier) EX");
55 * @param notifier a reference to a class that implements {@code LinkSocketNotifier}
61 public LinkSocket(LinkSocketNotifier notifier, Proxy proxy) { argument
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java61 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
62 super(context, ci, notifier, false);
H A DCDMAPhone.java138 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
139 super(notifier, context, ci, false);
141 init(context, notifier);
144 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
146 super(notifier, context, ci, unitTestMode);
148 init(context, notifier);
158 protected void init(Context context, PhoneNotifier notifier) { argument
214 notifier.notifyMessageWaitingChanged(this);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java459 for (EditStyledTextNotifier notifier : mESTNotifiers) {
460 notifier.sendOnTouchEvent(event);
468 for (EditStyledTextNotifier notifier : mESTNotifiers) {
469 retval |= notifier.isButtonsFocused();
477 for (EditStyledTextNotifier notifier : mESTNotifiers) {
478 if (notifier.showPreview()) {
487 for (EditStyledTextNotifier notifier : mESTNotifiers) {
488 notifier.cancelViewManager();
495 for (EditStyledTextNotifier notifier : mESTNotifiers) {
496 if (notifier
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java58 public SipPhoneBase(Context context, PhoneNotifier notifier) { argument
59 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/
H A DPhoneBase.java187 * @param notifier An instance of DefaultPhoneNotifier,
190 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { argument
191 this(notifier, context, ci, false);
198 * @param notifier An instance of DefaultPhoneNotifier,
203 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, argument
205 this.mNotifier = notifier;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java125 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
126 this(context,ci,notifier, false);
130 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { argument
131 super(notifier, context, ci, unitTestMode);

Completed in 175 milliseconds