Home
last modified time | relevance | path

Searched refs:setLightColor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java132 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java118 phoneCall.setLightColor(0xff0000ff);
741 channel.setLightColor(0xff0000ff);
758 channel.setLightColor(0xffff0000);
/frameworks/base/core/java/android/app/
DNotificationChannel.java419 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel
722 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java333 channel2.setLightColor(Color.BLUE); in testChannelXml()
396 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup()
1003 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance()
1479 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
DNotificationRecordTest.java153 channel.setLightColor(Color.BLUE); in getNotification()
DNotificationManagerServiceTest.java1717 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
/frameworks/base/api/
Dcurrent.txt5776 method public void setLightColor(int);