OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestNotificationChannel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationManagerServiceTest.java
174
private NotificationChannel
mTestNotificationChannel
= new NotificationChannel(
297
PKG, new ParceledListSlice(Arrays.asList(
mTestNotificationChannel
)));
339
channel =
mTestNotificationChannel
;
[
all
...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationGutsManagerTest.java
81
private NotificationChannel
mTestNotificationChannel
= new NotificationChannel(
325
mTestNotificationChannel
.getId())
333
row.getEntry().channel =
mTestNotificationChannel
;
Completed in 4944 milliseconds