Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java163 channel.enableLights(false); in createNotificationChannel()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java119 phoneCall.enableLights(true);
740 channel.enableLights(true);
757 channel.enableLights(true);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java155 channel.enableLights(true); in getNotification()
157 channel.enableLights(false); in getNotification()
352 defaultChannel.enableLights(true); in testLights_locked_preUpgrade()
DPreferencesHelperTest.java327 channel2.enableLights(true); in testChannelXml()
391 channel2.enableLights(true); in testChannelXmlForBackup()
762 channel.enableLights(true); in testUpdate()
772 channel2.enableLights(false); in testUpdate()
887 channel.enableLights(true); in testCreateChannel_CannotChangeHiddenFields()
918 channel.enableLights(true); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
990 update2.enableLights(true); in testLockFields_vibrationAndLights()
1074 channel.enableLights(true); in testGetDeletedChannel()
1100 channel.enableLights(true); in testGetDeletedChannels()
DBuzzBeepBlinkTest.java312 channel.enableLights(true); in getNotificationRecord()
/frameworks/base/core/java/android/app/
DNotificationChannel.java408 public void enableLights(boolean lights) { in enableLights() method in NotificationChannel
721 enableLights(safeBool(parser, ATT_LIGHTS, false)); in populateFromXml()
/frameworks/base/api/
Dcurrent.txt5758 method public void enableLights(boolean);