Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoHeadsUpNotificationHelperImpl.java73 UiObject2 notification = getSpectatioUiUtil().waitForUiObject(notificationSelector); in findHun() local
82 public UiObject2 findHun(UiObject2 notification) { in findHun()
DAutoNotificationHelperImpl.java227 UiObject2 notification = getSpectatioUiUtil().findUiObject(notificationSelector); in clickOnCheckRecentPermissions() local
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoHeadsUpNotificationHelper.java40 UiObject2 findHun(UiObject2 notification); in findHun()
82 void swipeHun(UiObject2 notification); in swipeHun()
/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/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/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java134 UiObject2 notification = mDevice.wait(Until.findObject(umoSelector), WAIT_TIME_MILLIS); in scrollToMediaNotification() local
180 UiObject2 notification = scrollToMediaNotification(source); in getMediaNotification() local
197 UiObject2 notification = mDevice.wait(Until.findObject(umoSelector), WAIT_TIME_MILLIS); in getMediaNotificationInCurrentView() local
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
DNotificationStack.kt224 val notification = in <lambda>() constant
293 val notification = in <lambda>() constant
DBouncer.kt47 class Bouncer internal constructor(private val notification: Notification?) { constant in android.platform.systemui_tapl.ui.Bouncer
DNotification.kt55 private val notification: UiObject2, in <lambda>() constant in android.platform.systemui_tapl.ui.Notification
/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
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationController.java173 Notification notification = builder.setGroup(getGroupKey(id)).build(); in postNotification() local
1220 final Notification notification = builder.setGroup(groupKey).build(); in postNotificationSync() local