Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 58) sorted by relevance

123

/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/listener/
DErrorTerminator.java18 import org.junit.runner.notification.Failure;
19 import org.junit.runner.notification.RunNotifier;
DRunTerminator.java18 import org.junit.runner.notification.RunListener;
19 import org.junit.runner.notification.RunNotifier;
DTimeoutTerminator.java23 import org.junit.runner.notification.RunNotifier;
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DUiInteractionFrameInfoHelperTest.java81 UiObject2 notification = notificationHelper.get().postBigTextNotification(null /* pkg */); in testShadeFlingMetric() local
82 notificationHelper.get().showGuts(notification); in testShadeFlingMetric()
83 notificationHelper.get().hideGuts(notification); in testShadeFlingMetric()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java232 default void expandNotification(UiObject2 notification, boolean dragging) { in expandNotification() argument
250 default void showGuts(UiObject2 notification) { in showGuts() argument
259 default void hideGuts(UiObject2 notification) { in hideGuts() argument
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/sample/
DPrintListener.java23 import org.junit.runner.notification.Failure;
24 import org.junit.runner.notification.RunListener;
/platform_testing/libraries/health/runners/longevity/host/tests/src/android/host/test/longevity/listener/
DErrorTerminatorTest.java25 import org.junit.runner.notification.Failure;
26 import org.junit.runner.notification.RunNotifier;
DTimeoutTerminatorTest.java25 import org.junit.runner.notification.RunNotifier;
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/listener/
DErrorTerminator.java20 import org.junit.runner.notification.RunNotifier;
DTimeoutTerminator.java23 import org.junit.runner.notification.RunNotifier;
DBatteryTerminator.java28 import org.junit.runner.notification.RunNotifier;
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInteractionTests.java17 package com.android.notification.functional;
34 import android.service.notification.StatusBarNotification;
289 UiObject2 notification = mDevice.wait( in testReceiveAndExpandRedactNotification() local
292 assertNotNull("The second notification has not been found", notification); in testReceiveAndExpandRedactNotification()
293 int currentY = notification.getVisibleCenter().y; in testReceiveAndExpandRedactNotification()
297 notification = mDevice.wait(Until.findObject(By.text(lists.get(1).toString())), in testReceiveAndExpandRedactNotification()
300 notification.getVisibleCenter().y == currentY); in testReceiveAndExpandRedactNotification()
303 notification = mDevice.wait(Until.findObject(By.text(lists.get(1).toString())), in testReceiveAndExpandRedactNotification()
306 notification.getVisibleCenter().y == currentY); in testReceiveAndExpandRedactNotification()
345 UiObject2 notification = mDevice.wait( in testNotificationClickedEvents() local
[all …]
DNotificationHelper.java17 package com.android.notification.functional;
36 import android.service.notification.StatusBarNotification;
51 import com.android.notification.functional.R;
135 Notification.Builder notification = new Notification.Builder(mContext) in sendNotification() local
150 mNotificationManager.notify(id, notification.build()); in sendNotification()
158 Notification.Builder notification = new Notification.Builder(mContext) in sendNotifications() local
163 mNotificationManager.notify(l.getKey(), notification.build()); in sendNotifications()
186 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
194 notification); in sendBundlingNotifications()
DNotificationSecurityTests.java17 package com.android.notification.functional;
22 import android.service.notification.StatusBarNotification;
/platform_testing/tests/automotive/health/notification/tests/src/android/platform/scenario/notification/
DScrollMicrobenchmark.java16 package android.platform.test.scenario.notification;
/platform_testing/tests/automotive/health/notification/src/android/platform/scenario/notification/
DScroll.java16 package android.platform.test.scenario.notification;
/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
DTestCaseLogger.java21 import org.junit.runner.notification.RunListener;
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DStubTestMetricListener.java20 import org.junit.runner.notification.Failure;
/platform_testing/libraries/health/runners/longevity/host/tests/src/android/host/test/longevity/
DLongevitySuiteTest.java29 import org.junit.runner.notification.RunNotifier;
30 import org.junit.runner.notification.StoppedByUserException;
/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/
DLongevitySuite.java29 import org.junit.runner.notification.RunNotifier;
30 import org.junit.runner.notification.StoppedByUserException;
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java28 import android.service.notification.StatusBarNotification;
163 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
172 notification); in sendBundlingNotifications()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/listener/
DTimeoutTerminatorTest.java30 import org.junit.runner.notification.RunNotifier;
/platform_testing/tests/automotive/health/notification/
DAndroid.bp20 name: "automotive-notification-scenarios",
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DAtestRunListener.java22 import org.junit.runner.notification.Failure;
23 import org.junit.runner.notification.RunListener;
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java613 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard() local
614 if (notification == null) { in findNotificationCard()
616 notification = mDevice.wait(Until.findObject(getNotificationRowSelector()), in findNotificationCard()
618 if (notification == null) { in findNotificationCard()
624 UiObject2 currentFocus = notification.findObject( in findNotificationCard()
633 currentFocus = notification.findObject( in findNotificationCard()

123