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

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
H A DSuwLibRobolectricTestRunner.java31 protected void runChild(FrameworkMethod method, RunNotifier notifier) { argument
33 super.runChild(method, notifier);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DOptionalClassRunner.java75 public void run(RunNotifier notifier) { argument
76 mDelegate.run(notifier);
110 protected void runChild(Runner child, RunNotifier notifier) { argument
111 child.run(notifier);
131 public void run(RunNotifier notifier) { argument
137 }, getDescription(), notifier);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java53 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
60 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
92 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
102 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
111 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
123 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
138 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
148 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
163 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
176 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
[all...]
/frameworks/data-binding/compiler/src/test/java/android/databinding/
H A DCallbackRegistryTest.java52 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
59 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
92 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
102 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
112 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
124 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
140 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
150 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
166 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier =
179 registry = new CallbackRegistry<Integer, CallbackRegistryTest, Integer>(notifier);
[all...]
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
H A DPerformanceRunner.java69 public void run(RunNotifier notifier) { argument
70 super.run(notifier);
/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/base/services/core/java/com/android/server/connectivity/
H A DLingerMonitor.java87 public LingerMonitor(Context context, NetworkNotificationManager notifier, argument
90 mNotifier = 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;
401 * @param <A> An opaque argument to pass to the notifier
/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/native/libs/vr/libvrflinger/
H A Ddisplay_service.h61 DisplayConfigurationUpdateNotifier notifier);
/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/av/services/camera/libcameraservice/
H A DCameraService.cpp129 BatteryNotifier& notifier(BatteryNotifier::getInstance());
130 notifier.noteResetCamera();
131 notifier.noteResetFlashlight();
380 BatteryNotifier& notifier(BatteryNotifier::getInstance());
384 notifier.noteFlashlightOff(cameraId, oldUid);
387 notifier.noteFlashlightOn(cameraId, newUid);
393 notifier.noteFlashlightOn(cameraId, oldUid);
395 notifier.noteFlashlightOff(cameraId, oldUid);
2569 BatteryNotifier& notifier(BatteryNotifier::getInstance());
2570 notifier
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp125 for (auto& notifier : mNotifiers) {
126 sp<IGraphicBufferProducer> producer = notifier.first;
127 sp<OutputListener> listener = notifier.second;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java60 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier, argument
62 super(name, notifier, context, new ImsPhoneCommandInterface(context), unitTestMode);
H A DImsPhone.java244 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { argument
245 this(context, notifier, defaultPhone, false);
249 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, argument
251 super("ImsPhone", context, notifier, unitTestMode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java58 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { argument
59 super(name, notifier, context, new SipCommandInterface(context), false);
H A DSipPhone.java70 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { argument
71 super("SIP:" + profile.getUriString(), context, notifier);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java70 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
72 super(name, notifier, context, ci, unitTestMode);
76 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
79 super(name, notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory);
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2Impl.java1463 private void notifyMediaPlayer2Event(final Mp2EventNotifier notifier) { argument
1472 notifier.notify(record.second);
1478 private void notifyPlayerEvent(final PlayerEventNotifier notifier) { argument
1490 notifier.notify(cb);
1496 private void notifyDrmEvent(final DrmEventNotifier notifier) { argument
1505 notifier.notify(record.second);
/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java330 public MtpStorageManager(MtpNotifier notifier, Set<String> subdirectories) { argument
331 mMtpNotifier = notifier;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java448 * @param notifier An instance of DefaultPhoneNotifier,
455 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
457 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX,
464 * @param notifier An instance of DefaultPhoneNotifier,
472 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, argument
477 mNotifier = notifier;
H A DGsmCdmaPhone.java206 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId, argument
208 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory);
211 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
215 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory);

Completed in 986 milliseconds