Home
last modified time | relevance | path

Searched refs:GENERAL (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java31 public static String GENERAL = "GEN"; field in NotificationChannels
49 GENERAL, in createAll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java59 NotificationChannels.GENERAL in testChannelSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipNotificationController.java136 new Notification.Builder(mContext, NotificationChannels.GENERAL) in showNotificationForApp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java567 new Notification.Builder(mContext, NotificationChannels.GENERAL)
593 new Notification.Builder(mContext, NotificationChannels.GENERAL) in showGuestNotification()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt1 GNU LESSER GENERAL PUBLIC LICENSE
115 GNU LESSER GENERAL PUBLIC LICENSE
450 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
/frameworks/support/development/checkstyle/
DLICENSE1 GNU LESSER GENERAL PUBLIC LICENSE
115 GNU LESSER GENERAL PUBLIC LICENSE
450 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java568 … Notification.Builder builder = new Notification.Builder(mContext, NotificationChannels.GENERAL); in postEphemeralNotif()
DStatusBar.java5761 new Notification.Builder(mContext, NotificationChannels.GENERAL) in notifyUserAboutHiddenNotifications()