Searched refs:TEST_CHANNEL_ID (Results 1 - 5 of 5) sorted by path

/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DGlobalSortKeyComparatorTest.java44 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in class:GlobalSortKeyComparatorTest
48 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID)
87 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID)
117 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID)
H A DNotificationComparatorTest.java65 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in class:NotificationComparatorTest
102 Notification n1 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
111 Notification n2 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
121 Notification n3 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
130 Notification n4 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
138 Notification n5 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
145 Notification n6 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build();
152 Notification n7 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build();
159 Notification n8 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build();
165 Notification n9 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
[all...]
H A DNotificationManagerServiceTest.java80 private static final String TEST_CHANNEL_ID = "NotificationManagerServiceTestChannelId"; field in class:NotificationManagerServiceTest
97 TEST_CHANNEL_ID, TEST_CHANNEL_ID, NotificationManager.IMPORTANCE_DEFAULT);
H A DRankingHelperTest.java92 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in class:RankingHelperTest
136 mNotiGroupGSortA = new Notification.Builder(mContext, TEST_CHANNEL_ID)
146 mNotiGroupGSortB = new Notification.Builder(mContext, TEST_CHANNEL_ID)
156 mNotiNoGroup = new Notification.Builder(mContext, TEST_CHANNEL_ID)
164 mNotiNoGroup2 = new Notification.Builder(mContext, TEST_CHANNEL_ID)
172 mNotiNoGroupSortA = new Notification.Builder(mContext, TEST_CHANNEL_ID)
H A DSnoozeHelperTest.java53 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in class:SnoozeHelperTest
297 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID)
306 TEST_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_LOW);

Completed in 404 milliseconds