HomeSort by relevance Sort by last modified time
    Searched refs:notification (Results 1 - 25 of 1015) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/runner/notification/
package-info.java 6 package org.junit.runner.notification
StoppedByUserException.java 1 package org.junit.runner.notification;
7 * @see org.junit.runner.notification.RunNotifier
  /frameworks/base/core/java/android/service/notification/
IStatusBarNotificationHolder.aidl 17 package android.service.notification;
19 import android.service.notification.StatusBarNotification;
Adjustment.aidl 17 package android.service.notification;
Condition.aidl 17 package android.service.notification;
NotificationRankingUpdate.aidl 17 package android.service.notification;
SnoozeCriterion.aidl 17 package android.service.notification;
StatusBarNotification.aidl 17 package android.service.notification;
IConditionListener.aidl 17 package android.service.notification;
20 import android.service.notification.Condition;
ZenModeConfig.aidl 17 package android.service.notification;
IConditionProvider.aidl 17 package android.service.notification;
20 import android.service.notification.Condition;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
4-1-buildonly.c 13 struct sigevent *notification; local
16 err = mq_notify(mqdes, notification);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
AboveShelfChangedListener.java 17 package com.android.systemui.statusbar.notification;
20 * A listener for when the above shelf state of notification changes
InflationException.java 17 package com.android.systemui.statusbar.notification;
VisibilityLocationProvider.java 17 package com.android.systemui.statusbar.notification;
22 * An object that can determine the visibility of a Notification.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TransformableView.java 19 import com.android.systemui.statusbar.notification.TransformState;
43 * @param notification the view to transform to
45 void transformTo(TransformableView notification, Runnable endRunnable);
50 * @param notification the view to transform to
53 void transformTo(TransformableView notification, float transformationAmount);
58 * @param notification the view to transform from
60 void transformFrom(TransformableView notification);
65 * @param notification the view to transform from
68 void transformFrom(TransformableView notification, float transformationAmount);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationSignalExtractor.java 17 package com.android.server.notification;
24 * not be passed on to {@link android.service.notification.NotificationListenerService}s.
32 * Called once per notification that is posted or updated.
37 * update events to the {@link android.service.notification.NotificationListenerService}s.
39 public RankingReconsideration process(NotificationRecord notification);
RankingHandler.java 16 package com.android.server.notification;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
8-1.c 37 struct sigevent notification; local
41 notification.sigev_notify = SIGEV_SIGNAL;
42 notification.sigev_signo = SIGUSR1;
44 if (mq_notify(mqdes, &notification) == -1) {
  /hardware/interfaces/gnss/1.0/default/
GnssNi.cpp 51 void GnssNi::niNotifyCb(GpsNiNotification* notification) {
57 if (notification == nullptr) {
63 .notificationId = notification->notification_id,
64 .niType = static_cast<IGnssNiCallback::GnssNiType>(notification->ni_type),
65 .notifyFlags = notification->notify_flags,
66 .timeoutSec = static_cast<uint32_t>(notification->timeout),
68 static_cast<IGnssNiCallback::GnssUserResponseType>(notification->default_response),
69 .requestorId = notification->requestor_id,
70 .notificationMessage = notification->text,
72 static_cast<IGnssNiCallback::GnssNiEncodingType>(notification->requestor_id_encoding)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/runners/util/
FailureDetector.java 7 import org.junit.runner.notification.Failure;
8 import org.junit.runner.notification.RunListener;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCViewController.h 15 - (void)windowWillClose:(NSNotification*)notification;
  /platform_testing/libraries/longevity/src/android/platform/longevity/listeners/
ErrorTerminator.java 19 import org.junit.runner.notification.Failure;
20 import org.junit.runner.notification.RunNotifier;
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 18 import android.app.Notification;
24 import android.service.notification.NotificationListenerService;
25 import android.service.notification.StatusBarNotification;
29 * NotificationListenerService implementation that executes the notification actions once they're
44 Log.v(TAG, "ignoring notification from a different package");
48 final Notification notification = sbn.getNotification(); local
49 if (notification.contentIntent != null) {
50 sender.send("content", notification.contentIntent);
52 if (notification.deleteIntent != null)
    [all...]
  /external/junit/src/main/java/org/junit/runner/
Runner.java 3 import org.junit.runner.notification.RunNotifier;
6 * A <code>Runner</code> runs tests and notifies a {@link org.junit.runner.notification.RunNotifier}

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>