Searched defs:notifier (Results 1 - 10 of 10) sorted by relevance

/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
H A DNonExecutingJUnit3ClassRunner.java35 public void run(RunNotifier notifier) { argument
37 result.addListener(createAdaptingListener(notifier));
/frameworks/av/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/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java72 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
73 super(context, ci, notifier, false);
H A DCDMAPhone.java142 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
143 super("CDMA", notifier, context, ci, false);
145 init(context, notifier);
148 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
150 super("CDMA", notifier, context, ci, unitTestMode);
152 init(context, notifier);
159 protected void init(Context context, PhoneNotifier notifier) { argument
220 notifier.notifyMessageWaitingChanged(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java65 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { argument
66 super("SIP:" + profile.getUriString(), context, notifier);
H A DSipPhoneBase.java59 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { argument
60 super(name, notifier, context, new SipCommandInterface(context), false);
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java353 public DisplayPowerController(Looper looper, Context context, Notifier notifier, argument
359 mNotifier = notifier;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java141 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
142 this(context,ci,notifier, false);
146 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { argument
147 super("GSM", notifier, context, ci, unitTestMode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java231 * @param notifier An instance of DefaultPhoneNotifier,
236 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) { argument
237 this(name, notifier, context, ci, false);
243 * @param notifier An instance of DefaultPhoneNotifier,
250 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
253 mNotifier = notifier;

Completed in 196 milliseconds