HomeSort by relevance Sort by last modified time
    Searched defs:notification (Results 226 - 250 of 851) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
VibrateOnTouchPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenFooterPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModeBehaviorCallsPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModeBehaviorMsgEventReminderPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModeBehaviorSoundPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModeBlockedEffectsPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModeDurationPreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModePreferenceControllerTest.java 17 package com.android.settings.notification;
ZenModeScheduleRuleSettingsTest.java 17 package com.android.settings.notification;
ZenModeSliceBuilderTest.java 17 package com.android.settings.notification;
ZenModeVisEffectsCustomPreferenceControllerTest.java 17 package com.android.settings.notification;
  /packages/apps/Settings/tests/unit/src/com/android/settings/notification/
ChannelNotificationSettingsTest.java 17 package com.android.settings.notification;
  /packages/services/Car/service/src/com/android/car/
CanBusErrorNotifier.java 18 import android.app.Notification;
41 // Contains a set of objects that reported failure. The notification will be hidden only when
89 Notification notification = local
90 new Notification.Builder(mContext, NotificationChannel.DEFAULT_CHANNEL_ID)
96 mNotificationManager.notify(TAG, NOTIFICATION_ID, notification);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
NotificationFragment.java 1 package com.google.android.car.kitchensink.notification;
6 import android.app.Notification;
62 Notification notification = new Notification.Builder(getActivity(), CHANNEL_ID_1)
67 manager.notify(1, notification);
71 Notification notification = new Notification.Builder(getActivity(), CHANNEL_ID_1)
76 manager.notify(2, notification);
    [all...]
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
MessagingConverter.java 19 import android.app.Notification;
21 import android.service.notification.StatusBarNotification;
29 * Convert a {@link CarExtender} notification into a {@link MessageContactDetails}
35 Notification notification = sbn.getNotification(); local
36 if (notification == null) {
38 Log.d(TAG, "Notification is empty.");
45 Log.d(TAG, "Notification with no messaging component.");
53 Log.w(TAG, "Car message notification with no messages.");
58 Log.w(TAG, "Car message notification with no participant.")
    [all...]
  /cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 114 UiObject2 notification = findPermissionNotificationInStream(uiDevice); local
115 notification.click();
  /cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
LegacyNotificationManagerTest.java 17 package android.app.notification.legacy.cts;
32 import android.app.Notification;
42 import android.service.notification.NotificationListenerService;
181 Thread.sleep(500); // wait for notification listener to receive notification
188 Thread.sleep(500); // wait for notification listener to get response
194 Thread.sleep(500); // wait for notification listener to get response
239 final Notification notification = local
240 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 17 package com.android.systemui.statusbar.notification;
19 import static com.android.systemui.statusbar.notification.TransformState.TRANSFORM_Y;
21 import android.app.Notification;
42 * Wraps a notification header view.
124 // Reinspect the notification.
129 Notification notification = row.getStatusBarNotification().getNotification(); local
130 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon());
133 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon());
215 public void transformTo(TransformableView notification, Runnable endRunnable)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
DirectoryScannerTest.java 56 import javax.management.Notification;
98 final LinkedBlockingQueue<Notification> queue =
99 new LinkedBlockingQueue<Notification>();
102 public void handleNotification(Notification notification,
105 queue.put(notification);
120 final Notification notification = local
123 notification.getType());
125 notification.getClass())
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
DirectoryScannerTest.java 56 import javax.management.Notification;
98 final LinkedBlockingQueue<Notification> queue =
99 new LinkedBlockingQueue<Notification>();
102 public void handleNotification(Notification notification,
105 queue.put(notification);
120 final Notification notification = local
123 notification.getType());
125 notification.getClass())
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 17 package com.android.notification.functional;
25 import android.app.Notification;
36 import android.service.notification.StatusBarNotification;
51 import com.android.notification.functional.R;
68 public static final String CONTENT_TITLE = "THIS IS A NOTIFICATION";
69 private static final String BUZZY_CHANNEL_ID = "com.android.notification.functional.buzzy";
70 private static final String QUIET_CHANNEL_ID = "com.android.notification.functional.quiet";
127 Log.v(LOG_TAG, "Sending out notification...");
133 Notification.Builder notification = new Notification.Builder(mContext local
156 Notification.Builder notification = new Notification.Builder(mContext) local
184 Notification notification = new Notification.Builder(mContext) local
    [all...]
NotificationInteractionTests.java 17 package com.android.notification.functional;
23 import android.app.Notification;
34 import android.service.notification.StatusBarNotification;
105 assertNotNull(String.format("Couldn't find %s notification", text), obj);
110 assertNotNull("USB debugging notification has been dismissed", obj);
143 MetricsAsserts.assertHasLog("missing notification cancel log", mMetricsReader,
227 /** send a notification, click on first it. */
231 mHelper.sendNotification(id, Notification.VISIBILITY_PUBLIC,
243 MetricsAsserts.assertHasLog("missing notification alert log", mMetricsReader,
249 MetricsAsserts.assertHasLog("missing notification action 0 click log", mMetricsReader
289 UiObject2 notification = mDevice.wait( local
345 UiObject2 notification = mDevice.wait( local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java 21 import android.app.Notification;
88 Notification notification = new Notification.Builder(context) local
94 .setStyle(new Notification.BigTextStyle().bigText(msg))
96 mNotificationManager.notify(notificationId, notification);
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 19 import android.app.Notification;
54 // Build notification UI to make this a foreground service.
61 Notification notification = new Notification.Builder(this, NOTIFICATION_CHANNEL) local
64 startForeground(NOTIFICATION_ID, notification);
  /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...]

Completed in 265 milliseconds

1 2 3 4 5 6 7 8 91011>>