Searched refs:Notification (Results 1 – 10 of 10) sorted by relevance
20 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()
22 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()
20 import android.app.Notification86 Notification.Builder(context, id) in before()91 Notification.MediaStyle() in before()
19 internal object Notification { object
26 import android.tools.flicker.config.notification.Notification48 Notification.SCENARIOS,
25 Notification, enumConstant
19 import android.app.Notification;272 default void postNotification(Notification.Builder builder) { in postNotification()
23 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()
170 case Notification: in getCurrentVolumeLevel()
23 import android.app.Notification.Action;24 import android.app.Notification.Builder;