Searched refs:GENERAL (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 31 public static String GENERAL = "GEN"; field in NotificationChannels 49 GENERAL, in createAll()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 59 NotificationChannels.GENERAL in testChannelSetup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipNotificationController.java | 136 new Notification.Builder(mContext, NotificationChannels.GENERAL) in showNotificationForApp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 567 new Notification.Builder(mContext, NotificationChannels.GENERAL) 593 new Notification.Builder(mContext, NotificationChannels.GENERAL) in showGuestNotification()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 1 GNU LESSER GENERAL PUBLIC LICENSE 115 GNU LESSER GENERAL PUBLIC LICENSE 450 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 1 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/ |
D | PhoneStatusBarPolicy.java | 568 … Notification.Builder builder = new Notification.Builder(mContext, NotificationChannels.GENERAL); in postEphemeralNotif()
|
D | StatusBar.java | 5761 new Notification.Builder(mContext, NotificationChannels.GENERAL) in notifyUserAboutHiddenNotifications()
|