Home
last modified time | relevance | path

Searched refs:DEVELOPER_IMPORTANT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java41 public static String DEVELOPER_IMPORTANT = "DEVELOPER_IMPORTANT"; field in SystemNotificationChannels
105 DEVELOPER_IMPORTANT, in createAll()
/frameworks/base/core/java/android/debug/
DAdbNotifications.java83 return new Notification.Builder(context, SystemNotificationChannels.DEVELOPER_IMPORTANT) in createNotification()