Home
last modified time | relevance | path

Searched refs:shouldShowLights (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java857 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel
1321 if (shouldShowLights()) { in writeXml()
1322 out.attributeBoolean(null, ATT_LIGHTS, shouldShowLights()); in writeXml()
1410 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights())); in toJson()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1259 && (oldParent.shouldShowLights() != updatedParent.shouldShowLights() in maybeUpdateChildConversationChannel()
1261 conversation.enableLights(updatedParent.shouldShowLights()); in maybeUpdateChildConversationChannel()
2026 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdateLocked()
DNotificationRecord.java295 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java419 assertEquals(expected.shouldShowLights(), actual.shouldShowLights()); in compareChannels()
439 assertEquals(parent.shouldShowLights(), actual.shouldShowLights()); in compareChannelsParentChild()
2177 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFields()
2210 assertEquals(channel.shouldShowLights(), savedChannel.shouldShowLights()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
5418 assertThat(originalChild.shouldShowLights()).isFalse(); in testUpdateConversationParent_updatesUnlockedFields()
5441 assertThat(updatedChild.shouldShowLights()).isTrue(); in testUpdateConversationParent_updatesUnlockedFields()
5485 assertThat(updatedChild.shouldShowLights()).isFalse(); in testUpdateConversationParent_doesNotUpdateLockedFields()
/frameworks/base/config/
Dboot-profile.txt658 Landroid/app/NotificationChannel;->shouldShowLights()Z
Dboot-image-profile.txt2339 HSPLandroid/app/NotificationChannel;->shouldShowLights()Z
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt2339 HSPLandroid/app/NotificationChannel;->shouldShowLights()Z
/frameworks/base/core/api/
Dcurrent.txt6970 method public boolean shouldShowLights();