Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java122 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications() local
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java182 Notification.Builder notification = new Notification.Builder(mContext) in sendNotification() local
208 Notification.Builder notification = new Notification.Builder(mContext) in sendNotifications() local
236 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