HomeSort by relevance Sort by last modified time
    Searched defs:notify (Results 176 - 200 of 798) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedBitmapCache.java 65 // no longer blocking. Notify every thread.
114 // new resource gained. Notify one thread.
115 mLock.notify();
  /frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/media/
MediaRouterTest.java 111 mWaitLock.notify();
119 mWaitLock.notify();
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 186 mThread.notify();
200 mThread.notify();
218 mThread.notify();
230 mThread.notify();
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 252 fp_device->set_notify(fp_device, BiometricsFingerprint::notify))) {
260 void BiometricsFingerprint::notify(const fingerprint_msg_t *msg) { function in class:android::hardware::biometrics::fingerprint::V2_1::implementation::BiometricsFingerprint
  /hardware/interfaces/soundtrigger/2.0/vts/functional/
VtsHalSoundtriggerV2_0TargetTest.cpp 58 void notify() { function in class:Monitor
145 mParent.monitor.notify();
  /hardware/interfaces/soundtrigger/2.1/vts/functional/
VtsHalSoundtriggerV2_1TargetTest.cpp 69 void notify() { function in class:Monitor
150 mParent.monitor.notify();
172 mParent.monitor.notify();
  /hardware/interfaces/tv/input/1.0/default/
TvInput.cpp 63 mCallbackOps.notify = &TvInput::notify;
144 void TvInput::notify(struct tv_input_device* __unused, tv_input_event_t* event, function in class:android::hardware::tv::input::V1_0::implementation::TvInput
176 mCallback->notify(tvInputEvent);
  /hardware/interfaces/usb/1.0/vts/functional/
VtsHalUsbV1_0TargetTest.cpp 93 parent_.notify();
105 parent_.notify();
125 inline void notify() { function in class:UsbHidlTest
153 // Methods of these objects are called to notify port status updates.
  /hardware/qcom/gps/msm8909w_3100/gnss/
XtraSystemStatusObserver.cpp 170 void XtraSystemStatusObserver::notify(const list<IDataItemCore*>& dlist) function in class:XtraSystemStatusObserver
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 50 notify(); method
  /libcore/ojluni/src/main/java/java/util/
Timer.java 121 queue.notify(); // In case queue is empty.
417 queue.notify();
439 queue.notify(); // In case queue was already empty.
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
MediaSourcesManager.java 89 private void notify(Consumer<Observer> notification) { method in class:MediaSourcesManager
165 MediaSourcesManager.this.notify(Observer::onMediaSourcesChanged);
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 144 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarProjectionManagerTest.java 57 mLock.notify();
  /packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
MainActivity.java 91 public void notify(String status) { method in class:MainActivity
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 40 mDrawingThread.notify();
51 mDrawingThread.notify();
62 mDrawingThread.notify();
70 mDrawingThread.notify();
87 mDrawingThread.notify();
192 notify(); method
205 notify(); method
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 309 Log.v(LOG_TAG, "notify network connectivity changed");
319 Log.v(LOG_TAG, "notify that scan results are available");
320 this.notify();
329 Log.v(LOG_TAG, "notify wifi state changed.");
330 mWifiMonitor.notify();
340 mDownloadMonitor.notify();
349 Log.v(LOG_TAG, "notify wifi AP state changed.");
350 this.notify();
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationManagerCompat.java 195 public void notify(int id, @NonNull Notification notification) { method in class:NotificationManagerCompat
196 notify(null, id, notification); method
205 public void notify(@Nullable String tag, int id, @NonNull Notification notification) { method in class:NotificationManagerCompat
212 mNotificationManager.notify(tag, id, notification);
605 service.notify(packageName, id, tag, notif);
  /art/test/616-cha/src/
Main.java 104 Main.class.notify();
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 75 noMa.notify(id, n);
150 notificationManager.notify(0, nb.build());
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 386 // update location and notify listener
444 // update location and notify listener
545 // update location and notify listener
727 // update location and notify listener
785 // update location and notify listener
1332 notify(); method
    [all...]
  /cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
LegacyNotificationManagerTest.java 243 .setContentTitle("notify#" + id)
248 mNotificationManager.notify(id, notification);
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 182 notify(); method
202 // set this to true, but don't notify receiver since we don't know if message received
208 // test environment failure, notify observer so it can stop listening
210 notify(); method
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 163 // event then notify any threads waiting for the next event.
165 lock.notify();
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 163 // event then notify any threads waiting for the next event.
165 lock.notify();

Completed in 1490 milliseconds

1 2 3 4 5 6 78 91011>>