HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowLights (Results 1 - 10 of 10) sorted by null

  /cts/tests/app/src/android/app/cts/
NotificationChannelTest.java 52 assertEquals(false, channel.shouldShowLights());
89 assertTrue(channel.shouldShowLights());
91 assertFalse(channel.shouldShowLights());
98 assertFalse(channel.shouldShowLights());
NotificationManagerTest.java 732 assertEquals(expected.shouldShowLights(), actual.shouldShowLights());
  /frameworks/base/core/java/android/app/
NotificationChannel.java 493 public boolean shouldShowLights() {
499 * unless {@link #shouldShowLights()}.
699 if (shouldShowLights()) {
700 out.attribute(null, ATT_LIGHTS, Boolean.toString(shouldShowLights()));
758 record.put(ATT_LIGHTS, Boolean.toString(shouldShowLights()));
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
RankingHelperTest.java 255 assertEquals(expected.shouldShowLights(), actual.shouldShowLights());
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ChannelNotificationSettings.java 204 mLights.setChecked(mChannel.shouldShowLights());
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java     [all...]
NotificationRecord.java 209 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor,
    [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 59 milliseconds