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

1 2 3 4 5 6 78 91011>>

  /external/junit/src/main/java/org/junit/internal/runners/model/
EachTestNotifier.java 5 import org.junit.runner.notification.Failure;
6 import org.junit.runner.notification.RunNotifier;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
18-1.c 54 static void notification(union sigval sv) function
58 UNRESOLVED(1, "Unexpected notification");
83 se.sigev_notify_function = &notification;
121 ("Notification occured before the child forked");
143 "No notification occured -- per process timers do not work?");
  /external/mockito/src/main/java/org/mockito/internal/junit/
UnnecessaryStubbingsReporter.java 8 import org.junit.runner.notification.Failure;
9 import org.junit.runner.notification.RunNotifier;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 4 import android.app.Notification;
20 private Notification lastForegroundNotification;
58 public final void startForeground(int id, Notification notification) {
59 lastForegroundNotification = notification;
68 public Notification getLastForegroundNotification() {
  /external/vogar/src/vogar/target/junit/
ErrorRunner.java 24 import org.junit.runner.notification.Failure;
25 import org.junit.runner.notification.RunNotifier;
ParentRunnerHelper.java 23 import org.junit.runner.notification.RunNotifier;
24 import org.junit.runner.notification.StoppedByUserException;
  /external/webrtc/webrtc/modules/utility/include/
file_player.h 55 uint32_t notification,
64 uint32_t notification,
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 208 uint32_t notification,
245 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
257 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
267 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
289 uint32_t notification,
325 if (_fileModule.StartPlayingAudioStream(sourceStream, notification,
337 if (_fileModule.StartPlayingAudioStream(sourceStream, notification,
346 if (_fileModule.StartPlayingAudioStream(sourceStream, notification,
file_player_impl.h 42 uint32_t notification,
49 uint32_t notification,
  /frameworks/base/media/java/android/media/
MediaSessionService2.java 22 import android.app.Notification;
161 * Called when the playback state of this session is changed so notification needs update.
162 * Override this method to show or cancel your own notification UI.
164 * With the notification returned here, the service become foreground service when the playback
167 * @return a {@link MediaNotification}. If it's {@code null}, notification wouldn't be shown.
207 * notification here.
215 * @param notificationId notification id to be used for
216 * {@link android.app.NotificationManager#notify(int, Notification)}.
217 * @param notification a notification to make session service foreground service. Medi
    [all...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 17 import android.service.notification.NotificationListenerService.RankingMap;
18 import android.service.notification.StatusBarNotification;
57 // Methods to notify sysui of changes to notification list.
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationSwipeActionHelper.java 21 import android.service.notification.SnoozeCriterion;
22 import android.service.notification.StatusBarNotification;
35 * Call this to dismiss a notification.
40 * Call this to snap a notification to provided {@code targetLeft}.
45 * Call this to snooze a notification based on the provided {@link SnoozeOption}.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationCustomViewWrapperTest.java 27 import com.android.systemui.statusbar.notification.NotificationCustomViewWrapper;
28 import com.android.systemui.statusbar.notification.NotificationViewWrapper;
NotificationEntryManagerTest.java 38 import android.app.Notification;
44 import android.service.notification.NotificationListenerService;
45 import android.service.notification.StatusBarNotification;
57 import com.android.systemui.statusbar.notification.VisualStabilityManager;
174 Notification.Builder n = new Notification.Builder(mContext, "")
302 AppOpsManager.OP_CAMERA, mEntry.notification.getUid(),
303 mEntry.notification.getPackageName(), true);
330 when(mForegroundServiceController.getAppOps(mEntry.notification.getUserId(),
331 mEntry.notification.getPackageName())).thenReturn(expected)
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationDelegate.java 17 package com.android.server.notification;
19 import android.service.notification.NotificationStats;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
AlertRateLimiterTest.java 16 package com.android.server.notification;
18 import static com.android.server.notification.AlertRateLimiter.ALLOWED_ALERT_INTERVAL;
  /packages/apps/Launcher3/src/com/android/launcher3/badge/
BadgeInfo.java 19 import com.android.launcher3.notification.NotificationInfo;
20 import com.android.launcher3.notification.NotificationKeyData;
54 * Returns whether the notification was added or its count changed.
64 // Notification was updated with a new count.
78 * Returns whether the notification was removed (false if it didn't exist).
102 * or if the badge has a notification icon to show.
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationKeyData.java 17 package com.android.launcher3.notification;
19 import android.app.Notification;
20 import android.service.notification.StatusBarNotification;
27 * The key data associated with the notification, used to determine what to include
44 Notification notif = sbn.getNotification();
  /packages/apps/Settings/src/com/android/settings/notification/
DockAudioMediaPreferenceController.java 17 package com.android.settings.notification;
19 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
EmergencyTonePreferenceController.java 17 package com.android.settings.notification;
19 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
TouchSoundPreferenceController.java 17 package com.android.settings.notification;
19 import static com.android.settings.notification.SettingPref.TYPE_SYSTEM;
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
StatusBarNotificationListener.java 24 import android.service.notification.NotificationListenerService;
25 import android.service.notification.StatusBarNotification;
  /platform_testing/libraries/longevity/tests/src/android/longevity/core/listener/
ErrorTerminatorTest.java 25 import org.junit.runner.notification.Failure;
26 import org.junit.runner.notification.RunNotifier;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 17 package com.android.systemui.statusbar.notification;
30 * Wraps the actual notification content view; used to implement behaviors which are different for
96 * @return the notification header if it exists
112 public void transformTo(TransformableView notification, Runnable endRunnable) {
118 public void transformTo(TransformableView notification, float transformationAmount) {
123 public void transformFrom(TransformableView notification) {
129 public void transformFrom(TransformableView notification, float transformationAmount) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 19 import android.app.Notification;
27 import android.service.notification.StatusBarNotification;
68 * This value is coordinated with notification ids from
74 * This value is coordinated with notification ids from
80 * This value is coordinated with notification ids from
87 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId);
107 // Setup up hide notification
129 final Notification notification = builder.build(); local
130 nm.notify(id, notification);
170 final Notification notification = builder.build(); local
333 final Notification notification = builder.build(); local
378 final Notification notification = builder.build(); local
387 NotificationCompat.Builder notification = new NotificationCompat.Builder(service) local
    [all...]

Completed in 1808 milliseconds

1 2 3 4 5 6 78 91011>>