HomeSort by relevance Sort by last modified time
    Searched refs:notification (Results 51 - 75 of 1309) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.cpp 58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
67 // fromCaller -- caller provides this ptr to a Notification obj.
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.cpp 58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
67 // fromCaller -- caller provides this ptr to a Notification obj.
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &
    [all...]
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 17 package android.service.notification;
22 import android.service.notification.NotificationStats;
23 import android.service.notification.IStatusBarNotificationHolder;
24 import android.service.notification.StatusBarNotification;
25 import android.service.notification.NotificationRankingUpdate;
StatusBarNotification.java 17 package android.service.notification;
19 import android.app.Notification;
29 * Class encapsulating a Notification. Sent by the NotificationManagerService to clients including
30 * the status bar and any {@link android.service.notification.NotificationListenerService}s.
43 private final Notification notification; field in class:StatusBarNotification
51 String tag, int uid, int initialPid, Notification notification, UserHandle user,
54 if (notification == null) throw new NullPointerException();
62 this.notification = notification
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java 17 package com.android.systemui.statusbar.notification;
77 public boolean transformTo(TransformState ownState, TransformableView notification,
80 TransformState otherState = notification.getCurrentState(
92 TransformableView notification, float transformationAmount) {
94 TransformState otherState = notification.getCurrentState(
131 public void transformTo(TransformableView notification, Runnable endRunnable) {
132 mTransformationHelper.transformTo(notification, endRunnable);
136 public void transformTo(TransformableView notification, float transformationAmount) {
137 mTransformationHelper.transformTo(notification, transformationAmount);
141 public void transformFrom(TransformableView notification) {
    [all...]
NotificationBigTextTemplateViewWrapper.java 17 package com.android.systemui.statusbar.notification;
20 import android.service.notification.StatusBarNotification;
28 * Wraps a notification containing a big text template
39 private void resolveViews(StatusBarNotification notification) {
45 // Reinspect the notification. Before the super call, because the super call also updates
  /external/guava/guava-tests/test/com/google/common/cache/
TestingRemovalListeners.java 61 public void onRemoval(RemovalNotification<K, V> notification) {
62 add(notification);
75 public void onRemoval(RemovalNotification<K, V> notification) {
77 lastNotification = notification;
102 public void onRemoval(RemovalNotification<K, V> notification) {}
NullCacheTest.java 51 RemovalNotification<Object, Object> notification = listener.remove(); local
52 assertSame(key, notification.getKey());
53 assertSame(computed, notification.getValue());
54 assertSame(RemovalCause.SIZE, notification.getCause());
68 RemovalNotification<Object, Object> notification = listener.remove(); local
69 assertSame(key, notification.getKey());
70 assertSame(computed, notification.getValue());
71 assertSame(RemovalCause.SIZE, notification.getCause());
85 RemovalNotification<Object, Object> notification = listener.remove(); local
86 assertSame(key, notification.getKey())
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
2-1.c 11 * Only one process may be registerd for notification by a message queue.
13 * notification, subsequent attempts to register for that message queue
46 struct sigevent notification; local
58 notification.sigev_notify = SIGEV_SIGNAL;
59 notification.sigev_signo = SIGUSR1;
60 if (mq_notify(mqdes, &notification) != 0) {
73 if (mq_notify(mqdes, &notification) != -1) {
4-1.c 11 * If the notification is sent to the registered process, its registration
54 struct sigevent notification; local
66 notification.sigev_notify = SIGEV_SIGNAL;
67 notification.sigev_signo = SIGUSR1;
71 if (mq_notify(mqdes, &notification) != 0) {
86 if (mq_notify(mqdes, &notification) != 0) {
9-1.c 12 * notification by the message queue.
45 struct sigevent notification; local
57 notification.sigev_notify = SIGEV_SIGNAL;
58 notification.sigev_signo = SIGUSR1;
59 if (mq_notify(mqdes, &notification) != 0) {
72 if (mq_notify(mqdes, &notification) == -1) {
1-1.c 11 * If the argument notification is not NULL, it will register the
13 * message queue. The notification will be sent to the process when
57 struct sigevent notification; local
69 notification.sigev_notify = SIGEV_SIGNAL;
70 notification.sigev_signo = SIGUSR1;
74 if (mq_notify(mqdes, &notification) != 0) {
3-1.c 11 * If the notification is NULL and the process is currently registered
12 * for notification by the specified message queue, the existing registration
57 struct sigevent notification; local
67 notification.sigev_notify = SIGEV_SIGNAL;
68 notification.sigev_signo = SIGUSR1;
72 if (mq_notify(mqdes, &notification) != 0) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationTest.java 4 import android.app.Notification;
19 Notification notification = new Notification(); local
20 notification.setLatestEventInfo(new Activity(), "title", "content", pendingIntent);
21 assertThat(pendingIntent, is(notification.contentIntent));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
FailureListener.java 6 import org.junit.runner.notification.Failure;
7 import org.junit.runner.notification.RunListener;
8 import org.junit.runner.notification.RunNotifier;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 21 import android.service.notification.Condition;
22 import android.service.notification.ZenModeConfig;
23 import android.service.notification.ZenModeConfig.ZenRule;
  /packages/apps/Dialer/java/com/android/dialer/notification/missedcalls/
MissedCallNotificationCanceller.java 16 package com.android.dialer.notification.missedcalls;
23 import com.android.dialer.notification.DialerNotificationManager;
24 import com.android.dialer.notification.NotificationManagerUtils;
34 /** Cancels a missed call notification for a single call. */
39 "unable to cancel notification, uri is null");
  /external/guava/guava/src/com/google/common/cache/
RemovalListeners.java 50 public void onRemoval(final RemovalNotification<K, V> notification) {
54 listener.onRemoval(notification);
RemovalListener.java 23 * An object that can receive a notification when an entry is removed from a cache. The removal
24 * resulting in notification could have occured to an entry being manually removed or replaced, or
47 void onRemoval(RemovalNotification<K, V> notification);
  /external/junit/src/main/java/org/junit/experimental/results/
FailureList.java 6 import org.junit.runner.notification.Failure;
7 import org.junit.runner.notification.RunListener;
  /frameworks/support/compat/src/main/aidl/android/support/v4/app/
INotificationSideChannel.aidl 19 import android.app.Notification;
29 * Send an ambient notification to the service.
31 void notify(String packageName, int id, String tag, in Notification notification);
34 * Cancel an already-notified notification.
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestForegroundManager.java 22 import android.app.Notification;
27 private Notification mForegroundNotification;
30 public void startForeground(int id, Notification notification) {
32 mForegroundNotification = notification;
53 Notification getForegroundNotification() {
  /packages/apps/Settings/src/com/android/settings/notification/
RedactionSettingsStandalone.java 17 package com.android.settings.notification;
23 import com.android.settings.notification.RedactionInterstitial.RedactionInterstitialFragment;
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 17 package com.android.launcher3.notification;
20 import android.app.Notification;
27 import android.service.notification.StatusBarNotification;
38 * only be created when we need to show the notification contents on the UI; until then, a
39 * {@link com.android.launcher3.badge.BadgeInfo} with only the notification key should
64 Notification notification = statusBarNotification.getNotification(); local
65 title = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
66 text = notification.extras.getCharSequence(Notification.EXTRA_TEXT)
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AudioTestService.java 19 import android.app.Notification;
61 Notification.Builder builder = new Notification.Builder(this)
64 Notification notification; local
66 notification = builder.getNotification();
68 notification = builder.build();
71 startForeground(notificationId, notification);

Completed in 375 milliseconds

1 23 4 5 6 7 8 91011>>