Searched refs:shouldShowLights (Results 1 – 9 of 9) sorted by relevance
857 public boolean shouldShowLights() { in shouldShowLights() method in NotificationChannel1321 if (shouldShowLights()) { in writeXml()1322 out.attributeBoolean(null, ATT_LIGHTS, shouldShowLights()); in writeXml()1410 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights())); in toJson()
1259 && (oldParent.shouldShowLights() != updatedParent.shouldShowLights() in maybeUpdateChildConversationChannel()1261 conversation.enableLights(updatedParent.shouldShowLights()); in maybeUpdateChildConversationChannel()2026 if (original.shouldShowLights() != update.shouldShowLights() in lockFieldsForUpdateLocked()
295 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor, in calculateLights()
419 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()
658 Landroid/app/NotificationChannel;->shouldShowLights()Z
2339 HSPLandroid/app/NotificationChannel;->shouldShowLights()Z
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6970 method public boolean shouldShowLights();