Home
last modified time | relevance | path

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

12

/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.java19 import org.junit.runner.notification.RunNotifier;
/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;
133 Notification.Builder notification = new Notification.Builder(mContext) in sendNotification() local
148 mNotificationManager.notify(id, notification.build()); in sendNotification()
156 Notification.Builder notification = new Notification.Builder(mContext) in sendNotifications() local
161 mNotificationManager.notify(l.getKey(), notification.build()); in sendNotifications()
184 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
192 notification); in sendBundlingNotifications()
DNotificationSecurityTests.java17 package com.android.notification.functional;
22 import android.service.notification.StatusBarNotification;
DNotificationSecurityLargeTests.java17 package com.android.notification.functional;
/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
DTestCaseLogger.java21 import org.junit.runner.notification.RunListener;
/platform_testing/libraries/health/runners/longevity/host/tests/src/android/host/test/longevity/
DLongevitySuiteTest.java27 import org.junit.runner.notification.RunNotifier;
28 import org.junit.runner.notification.StoppedByUserException;
/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/src/android/host/test/longevity/
DLongevitySuite.java24 import org.junit.runner.notification.RunNotifier;
25 import org.junit.runner.notification.StoppedByUserException;
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java28 import android.service.notification.StatusBarNotification;
162 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
171 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;
DBatteryTerminatorTest.java34 import org.junit.runner.notification.RunNotifier;
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DScenarioRunnerTest.java35 import org.junit.runner.notification.Failure;
36 import org.junit.runner.notification.RunNotifier;
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScenarioRunner.java25 import org.junit.runner.notification.RunNotifier;
/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.java594 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard() local
595 if (notification == null) { in findNotificationCard()
597 notification = mDevice.wait(Until.findObject(getNotificationRowSelector()), in findNotificationCard()
599 if (notification == null) { in findNotificationCard()
605 UiObject2 currentFocus = notification.findObject( in findNotificationCard()
614 currentFocus = notification.findObject( in findNotificationCard()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseCollectionListener.java26 import org.junit.runner.notification.Failure;
DLogcatOnFailureCollector.java25 import org.junit.runner.notification.Failure;

12