OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldShowLights
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/src/android/app/cts/
NotificationChannelTest.java
52
assertEquals(false, channel.
shouldShowLights
());
91
assertTrue(channel.
shouldShowLights
());
93
assertFalse(channel.
shouldShowLights
());
100
assertFalse(channel.
shouldShowLights
());
NotificationManagerTest.java
475
assertEquals(expected.
shouldShowLights
(), actual.
shouldShowLights
());
[
all
...]
Completed in 470 milliseconds