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()
25 import android.app.Notification;135 Notification.Builder notification = new Notification.Builder(mContext) in sendNotification()143 .addAction(new Notification.Action.Builder(R.drawable.stat_notify_email, in sendNotification()146 .addAction(new Notification.Action.Builder(R.drawable.stat_notify_email, in sendNotification()158 Notification.Builder notification = new Notification.Builder(mContext) in sendNotifications()172 Notification childNotification = new Notification.Builder(mContext) in sendBundlingNotifications()179 childNotification = new Notification.Builder(mContext) in sendBundlingNotifications()186 Notification notification = new Notification.Builder(mContext) in sendBundlingNotifications()266 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInlineReply()272 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInlineReply()[all …]
19 import android.app.Notification;62 mHelper.sendNotification(NOTIFICATION_ID_PUBLIC, Notification.VISIBILITY_PUBLIC, title); in testVisibilityPublic()68 Log.i(LOG_TAG, sbn.getNotification().extras.getString(Notification.EXTRA_TITLE)); in testVisibilityPublic()70 String sentTitle = sbn.getNotification().extras.getString(Notification.EXTRA_TITLE); in testVisibilityPublic()
19 import android.app.Notification;70 mHelper.sendNotification(NOTIFICATION_ID_SECRET, Notification.VISIBILITY_SECRET, title); in testVisibilitySecret()81 mHelper.sendNotification(NOTIFICATION_ID_PUBLIC, Notification.VISIBILITY_PRIVATE, ""); in testVisibilityPrivate()
23 import android.app.Notification;231 mHelper.sendNotification(id, Notification.VISIBILITY_PUBLIC, in testNotificationClicks()331 Notification.Builder mBuilder = in testNotificationClickedEvents()332 new Notification.Builder(context, CHANNEL_ID) in testNotificationClickedEvents()
22 import android.app.Notification;23 import android.app.Notification.MessagingStyle.Message;101 Notification.Builder builder = getBuilder(pkg); in postNotifications()105 new Notification.MessagingStyle(person) in postNotifications()145 private Notification.Builder getBuilder(String pkg) { in getBuilder()147 Notification.Builder builder = in getBuilder()148 new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in getBuilder()
25 Notification, enumConstant
19 import android.app.Notification;171 default void postNotification(Notification.Builder builder) { in postNotification()
162 case Notification: in getCurrentVolumeLevel()
23 import android.app.Notification.Action;24 import android.app.Notification.Builder;