/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/listener/ |
D | ErrorTerminator.java | 18 import org.junit.runner.notification.Failure; 19 import org.junit.runner.notification.RunNotifier;
|
D | RunTerminator.java | 18 import org.junit.runner.notification.RunListener; 19 import org.junit.runner.notification.RunNotifier;
|
D | TimeoutTerminator.java | 23 import org.junit.runner.notification.RunNotifier;
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | UiInteractionFrameInfoHelperTest.java | 81 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/ |
D | INotificationHelper.java | 232 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/ |
D | PrintListener.java | 23 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/ |
D | ErrorTerminatorTest.java | 25 import org.junit.runner.notification.Failure; 26 import org.junit.runner.notification.RunNotifier;
|
D | TimeoutTerminatorTest.java | 25 import org.junit.runner.notification.RunNotifier;
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/listener/ |
D | ErrorTerminator.java | 20 import org.junit.runner.notification.RunNotifier;
|
D | TimeoutTerminator.java | 23 import org.junit.runner.notification.RunNotifier;
|
D | BatteryTerminator.java | 28 import org.junit.runner.notification.RunNotifier;
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationInteractionTests.java | 17 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 …]
|
D | NotificationHelper.java | 17 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()
|
D | NotificationSecurityTests.java | 17 package com.android.notification.functional; 22 import android.service.notification.StatusBarNotification;
|
/platform_testing/tests/automotive/health/notification/tests/src/android/platform/scenario/notification/ |
D | ScrollMicrobenchmark.java | 16 package android.platform.test.scenario.notification;
|
/platform_testing/tests/automotive/health/notification/src/android/platform/scenario/notification/ |
D | Scroll.java | 16 package android.platform.test.scenario.notification;
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/ |
D | TestCaseLogger.java | 21 import org.junit.runner.notification.RunListener;
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | StubTestMetricListener.java | 20 import org.junit.runner.notification.Failure;
|
/platform_testing/libraries/health/runners/longevity/host/tests/src/android/host/test/longevity/ |
D | LongevitySuiteTest.java | 29 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/ |
D | LongevitySuite.java | 29 import org.junit.runner.notification.RunNotifier; 30 import org.junit.runner.notification.StoppedByUserException;
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 28 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/ |
D | TimeoutTerminatorTest.java | 30 import org.junit.runner.notification.RunNotifier;
|
/platform_testing/tests/automotive/health/notification/ |
D | Android.bp | 20 name: "automotive-notification-scenarios",
|
/platform_testing/libraries/junitxml/src/com/android/junitxml/ |
D | AtestRunListener.java | 22 import org.junit.runner.notification.Failure; 23 import org.junit.runner.notification.RunListener;
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | LeanbackLauncherStrategy.java | 613 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()
|