Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java183 default void expandNotification(UiObject2 notification, boolean dragging) { in expandNotification()
192 default void showGuts(UiObject2 notification) { in showGuts()
201 default void hideGuts(UiObject2 notification) { in hideGuts()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java133 Notification.Builder notification = new Notification.Builder(mContext) in sendNotification() local
156 Notification.Builder notification = new Notification.Builder(mContext) in sendNotifications() local
184 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.java162 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java594 UiObject2 notification = mDevice.findObject(getNotificationRowSelector()); in findNotificationCard() local