Home
last modified time | relevance | path

Searched refs:notificationBuilder (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java107 final Notification.Builder notificationBuilder = new Notification.Builder(mContext, in showNotificationIfNeeded()
111 notificationBuilder.setSmallIcon(R.drawable.ic_accessibility_24dp) in showNotificationIfNeeded()
123 notificationBuilder.build()); in showNotificationIfNeeded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java382 Notification.Builder notificationBuilder = new Notification.Builder(mContext, "channelId") in createNotification() local
389 notificationBuilder.setGroupSummary(true); in createNotification()
392 notificationBuilder.setGroup(groupKey); in createNotification()
395 notificationBuilder.setBubbleMetadata(bubbleMetadata); in createNotification()
397 return notificationBuilder.build(); in createNotification()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java299 final Notification.Builder notificationBuilder = new Notification.Builder(mContext, in sendNotification() local
301 notificationBuilder.setSmallIcon(R.drawable.ic_accessibility_24dp) in sendNotification()
321 notificationBuilder.setLargeIcon(bitmap); in sendNotification()
325 notificationBuilder.build()); in sendNotification()