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

<<11121314151617181920>>

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 64 // This is gvien to linked_list_search() to notify subscriber objs
74 // we notify every subscriber indiscriminatively
117 bool notify = forMe(notification); local
119 if (notify) {
139 notify = false;
143 return notify;
148 bool notify = forMe(notification); local
150 if (notify) {
178 notify = false;
182 return notify;
187 bool notify = forMe(notification); local
218 bool notify = forMe(notification); local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.cpp 64 // This is gvien to linked_list_search() to notify subscriber objs
74 // we notify every subscriber indiscriminatively
117 bool notify = forMe(notification); local
119 if (notify) {
139 notify = false;
143 return notify;
148 bool notify = forMe(notification); local
150 if (notify) {
178 notify = false;
182 return notify;
187 bool notify = forMe(notification); local
218 bool notify = forMe(notification); local
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.cpp 64 // This is gvien to linked_list_search() to notify subscriber objs
74 // we notify every subscriber indiscriminatively
117 bool notify = forMe(notification); local
119 if (notify) {
139 notify = false;
143 return notify;
148 bool notify = forMe(notification); local
150 if (notify) {
178 notify = false;
182 return notify;
187 bool notify = forMe(notification); local
218 bool notify = forMe(notification); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 86 * java.lang.Object#notify()
89 // Test for method void java.lang.Object.notify()
141 obj1.notify();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
CallLogPullRequest.java 136 this.notify();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 168 public void notify(int id, NotificationWrapper nw) { method in class:AlertService.NotificationMgrWrapper
169 mNm.notify(id, nw.mNotification);
402 nm.notify(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, notification);
    [all...]
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
ActiveMediaSourceManager.java 226 notify(Observer::onActiveSourceChanged);
254 private void notify(Consumer<Observer> notification) { method in class:ActiveMediaSourceManager
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 137 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
155 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
183 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
MissedCallNotifier.java 117 // No calls to notify about: clear the notification.
218 DialerNotificationManager.notify(
235 DialerNotificationManager.notify(
299 DialerNotificationManager.notify(
VisualVoicemailNotifier.java 108 DialerNotificationManager.notify(
112 DialerNotificationManager.notify(
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamCallListListener.java 302 DialerNotificationManager.notify(
411 DialerNotificationManager.notify(
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 141 mConnection.notify();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallFinish.java 196 notificationManager.notify(uninstallId, uninstallFailedNotification.build());
  /packages/apps/Traceur/src/com/google/android/traceur/
AtraceUtils.java 233 Streamer.this.notify();
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
IncomingCallNotifier.java 170 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_INCOMING_CALL, builder.build());
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 217 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, builder.build());
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 147 mTaskLock.notify();
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 150 mNotificationManager.notify(lists.get(1),
160 mNotificationManager.notify(lists.get(2),
170 mNotificationManager.notify(lists.get(0),
197 mNotificationManager.notify(notificationId, n.build());
  /system/core/logd/
LogAudit.cpp 325 log_mask_t notify = 0; local
344 notify |= 1 << LOG_ID_EVENTS;
400 notify |= 1 << LOG_ID_MAIN;
408 if (notify) {
409 reader->notifyNewLog(notify);
  /system/netd/server/
NetlinkHandler.cpp 136 // Note: if this interface was deleted, iface is "" and we don't notify.
183 void NetlinkHandler::notify(int code, const char *format, ...) { function in class:android::net::NetlinkHandler
197 notify(ResponseCode::InterfaceChange, "Iface added %s", name);
201 notify(ResponseCode::InterfaceChange, "Iface removed %s", name);
205 notify(ResponseCode::InterfaceChange,
210 notify(ResponseCode::InterfaceChange,
215 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface);
223 notify(ResponseCode::InterfaceClassActivity,
226 notify(ResponseCode::InterfaceClassActivity,
229 notify(ResponseCode::InterfaceClassActivity
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 55 frameLock.notify();
117 capturerStartLock.notify();
130 frameLock.notify();
143 frameLock.notify();
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 249 trigger.notify();
642 this.notify();
658 this.notify();
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 353 notificationManager.notify(
408 notificationManager.notify(candidate.id, NOTIFICATION_ID_PROGRESS,
427 notificationManager.notify(
433 notificationManager.notify(
486 mNotificationManager.notify(
  /art/test/1930-monitor-info/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);
  /art/test/1931-monitor-events/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);

Completed in 2133 milliseconds

<<11121314151617181920>>