Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DUiInteractionFrameInfoHelperTest.java81 UiObject2 notification = notificationHelper.get().postBigTextNotification(null /* pkg */); in testShadeFlingMetric() local
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java131 UiObject2 notification = mDevice.wait(Until.findObject(umoSelector), WAIT_TIME_MILLIS); in scrollToMediaNotification() local
175 UiObject2 notification = scrollToMediaNotification(source); in getMediaNotification() local
192 UiObject2 notification = mDevice.wait(Until.findObject(umoSelector), WAIT_TIME_MILLIS); in getMediaNotificationInCurrentView() local
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java347 default void expandNotification(UiObject2 notification, boolean dragging) { in expandNotification()
365 default void showGuts(UiObject2 notification) { in showGuts()
374 default void hideGuts(UiObject2 notification) { in hideGuts()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java135 Notification.Builder notification = new Notification.Builder(mContext) in sendNotification() local
158 Notification.Builder notification = new Notification.Builder(mContext) in sendNotifications() local
186 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
DNotificationInteractionTests.java289 UiObject2 notification = mDevice.wait( in testReceiveAndExpandRedactNotification() local
345 UiObject2 notification = mDevice.wait( in testNotificationClickedEvents() local
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java163 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DLeanbackLauncherStrategy.java581 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard() local
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java613 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard() local