Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 10 of 10) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java20 import android.app.Notification;
143 Notification childNotification = new Notification.Builder(mContext) in sendBundlingNotifications()
153 childNotification = new Notification.Builder(mContext) in sendBundlingNotifications()
163 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications()
185 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInLineReply()
190 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply()
197 .setDefaults(Notification.DEFAULT_VIBRATE); in sendNotificationsWithInLineReply()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java22 import android.app.Notification;
23 import android.app.Notification.MessagingStyle.Message;
136 Notification.Builder builder = getBuilder(pkg); in postNotifications()
140 new Notification.MessagingStyle(person) in postNotifications()
198 private Notification.Builder getBuilder(String pkg) { in getBuilder()
200 Notification.Builder builder = in getBuilder()
201 new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in getBuilder()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DTemporaryMediaNotification.kt20 import android.app.Notification
86 Notification.Builder(context, id) in before()
91 Notification.MediaStyle() in before()
/platform_testing/libraries/flicker/src/android/tools/flicker/config/notification/
DNotification.kt19 internal object Notification { object
/platform_testing/libraries/flicker/src/android/tools/flicker/config/
DFlickerServiceConfig.kt26 import android.tools.flicker.config.notification.Notification
48 Notification.SCENARIOS,
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoVehicleHardKeysHelper.java25 Notification, enumConstant
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java19 import android.app.Notification;
272 default void postNotification(Notification.Builder builder) { in postNotification()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java23 import android.app.Notification;
110 Notification.Builder buildNotification() { in buildNotification()
111 return new Notification.Builder(mContext, mChannelId) in buildNotification()
115 .setStyle(new Notification.MediaStyle() in buildNotification()
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java170 case Notification: in getCurrentVolumeLevel()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java23 import android.app.Notification.Action;
24 import android.app.Notification.Builder;