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

1 2 3 45 6 7 8 91011>>

  /packages/services/Car/service/src/com/android/car/
CanBusErrorNotifier.java 31 * Class used to notify user about CAN bus failure.
96 mNotificationManager.notify(TAG, NOTIFICATION_ID, notification);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
synchronize.py 255 def notify(self): member in class:Condition
259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
synchronize.py 255 def notify(self): member in class:Condition
259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 255 def notify(self): member in class:Condition
259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 255 def notify(self): member in class:Condition
259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
  /system/bt/stack/test/
stack_btu_test.cc 54 void notify() { sem_post(&sem); } function in class:TimeoutHelper
72 helper.notify();
122 FROM_HERE, base::Bind(&TimeoutHelper::notify, base::Unretained(&helper)));
  /system/core/adb/daemon/
usb.h 38 std::condition_variable notify; member in struct:usb_handle
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 89 eventMutex.notify();
107 eventMutex.notify();
122 this.eventMutex.notify();
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarDrivingRestrictionsTest.java 267 mDrivingStateLock.notify();
288 mUxRLock.notify();
  /art/test/050-sync-test/src/
Main.java 106 this.notify();
  /art/test/616-cha-abstract/src/
Main.java 82 Main.class.notify();
  /art/test/616-cha-interface/src/
Main.java 96 Main.class.notify();
  /art/test/616-cha-interface-default/src/
Main.java 90 Main.class.notify();
  /art/test/616-cha-miranda/src/
Main.java 86 Main.class.notify();
  /art/test/616-cha-regression-proxy-method/src/
Main.java 85 Main.class.notify();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java 96 mNotificationManager.notify(notificationId, notification);
  /cts/common/device-side/nativetesthelper/jni/
gtest_wrapper.cpp 78 notify(gRunNotifier.fireTestStarted);
96 notify(gRunNotifier.fireTestFinished);
109 notify(gRunNotifier.fireTestIgnored);
117 void notify(jmethodID method) { function in class:JUnitNotifyingListener
  /cts/tests/app/src/android/app/cts/
LocalActivityManagerTest.java 126 mSync.notify();
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 368 notify(); method
416 mLocationRequestLock.notify();
469 mLocationLock.notify();
486 mStatusLock.notify();
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerStubActivity.java 64 mFinishEvent.notify();
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestProcessClient.java 143 mLock.notify();
154 mLock.notify();
171 mLock.notify();
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java 135 mNotificationManager.notify(mId, notification);
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 110 // Create a Notification and notify the system.
120 mNotificationManager.notify(getNewNotificationId(), notification);
145 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 151 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 88 noti.notify(id, nb);

Completed in 676 milliseconds

1 2 3 45 6 7 8 91011>>