Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java36 public static String GENERAL = "GEN"; field in NotificationChannels
61 GENERAL, in createAll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java62 NotificationChannels.GENERAL, in testChannelSetup()
/frameworks/support/core/ktx/src/androidTest/
Dfont_licenses.txt90 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
/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/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java604 … Notification.Builder builder = new Notification.Builder(mContext, NotificationChannels.GENERAL); in postEphemeralNotif()