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

/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/com/android/internal/util/
H A DCallbackRegistry.java74 * Creates an EventRegistry that notifies the event with notifier.
75 * @param notifier The class to use to notify events.
77 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { argument
78 mNotifier = notifier;
380 * @param <A> An opaque argument to pass to the notifier
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DCallbackRegistry.java72 * Creates an EventRegistry that notifies the event with notifier.
73 * @param notifier The class to use to notify events.
75 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { argument
76 mNotifier = notifier;
398 * @param <A> An opaque argument to pass to the notifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java57 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier, argument
59 super(name, notifier, context, new ImsPhoneCommandInterface(context), unitTestMode);
H A DImsPhone.java177 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { argument
178 this(context, notifier, defaultPhone, false);
182 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, argument
184 super("ImsPhone", context, notifier, unitTestMode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java70 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { argument
71 super("SIP:" + profile.getUriString(), context, notifier);
H A DSipPhoneBase.java56 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { argument
57 super(name, notifier, context, new SipCommandInterface(context), false);
/frameworks/data-binding/internal-prebuilts/com/android/databinding/baseLibrary/1.0-rc3/
H A DbaseLibrary-1.0-rc3.jar ... CallbackRegistry$NotifierCallback) android.databinding.CallbackRegistry$NotifierCallback notifier public synchronized void notifyCallbacks (java.lang.Object, int ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-baseLibrary.jar ... CallbackRegistry$NotifierCallback) android.databinding.CallbackRegistry$NotifierCallback notifier public synchronized void notifyCallbacks (java.lang.Object, int ...
H A Ddatabinding-studio-bundle.jar ... CallbackRegistry$NotifierCallback) android.databinding.CallbackRegistry$NotifierCallback notifier public synchronized void notifyCallbacks (java.lang.Object, int ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java191 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId, argument
193 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory);
196 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
200 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory);
H A DPhone.java395 * @param notifier An instance of DefaultPhoneNotifier,
402 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
404 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX,
411 * @param notifier An instance of DefaultPhoneNotifier,
419 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
424 mNotifier = notifier;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java67 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
69 super(name, notifier, context, ci, unitTestMode);
73 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
76 super(name, notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory);

Completed in 357 milliseconds