OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TvExtender
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationTest.java
58
nb.extend(new Notification.
TvExtender
().setChannelId("different channel"));
64
assertEquals("different channel", new Notification.
TvExtender
(before).getChannelId());
65
assertNull(new Notification.
TvExtender
(after).getChannelId());
102
nb.extend(new Notification.
TvExtender
().setChannelId("different channel"));
109
assertEquals("different channel", new Notification.
TvExtender
(before).getChannelId());
NotificationManagerServiceTest.java
260
Notification.
TvExtender
extender) {
[
all
...]