Home
last modified time | relevance | path

Searched refs:TEST_CHANNEL_ID (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationComparatorTest.java69 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in NotificationComparatorTest
109 Notification nonInterruptiveNotif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
121 Notification n1 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
131 Notification n2 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
140 Notification n3 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
149 Notification n4 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
158 Notification n5 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
166 Notification n6 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build(); in setUp()
173 Notification n7 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build(); in setUp()
180 Notification n8 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build(); in setUp()
[all …]
DGlobalSortKeyComparatorTest.java44 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in GlobalSortKeyComparatorTest
48 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testComparator()
87 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_leftNull()
117 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_rightNull()
DRankingHelperTest.java72 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in RankingHelperTest
148 mNotiGroupGSortA = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
158 mNotiGroupGSortB = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
168 mNotiNoGroup = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
176 mNotiNoGroup2 = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
184 mNotiNoGroupSortA = new Notification.Builder(mContext, TEST_CHANNEL_ID) in setUp()
DSnoozeHelperTest.java55 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in SnoozeHelperTest
377 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID)
386 TEST_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_LOW);
DNotificationManagerServiceTest.java177 private static final String TEST_CHANNEL_ID = "NotificationManagerServiceTestChannelId"; field in NotificationManagerServiceTest
216 TEST_CHANNEL_ID, TEST_CHANNEL_ID, IMPORTANCE_DEFAULT);
407 PKG, mContext.getUserId(), PKG, TEST_CHANNEL_ID)); in setUp()
3142 TEST_CHANNEL_ID, TEST_CHANNEL_ID, IMPORTANCE_DEFAULT); in updateUriPermissions_update()
DPreferencesHelperTest.java109 private static final String TEST_CHANNEL_ID = "test_channel_id"; field in PreferencesHelperTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java37 private static final String TEST_CHANNEL_ID = "test_channel"; field in NotificationGroupTestHelper
64 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java91 private static final String TEST_CHANNEL_ID = "NotificationManagerServiceTestChannelId"; field in NotificationGutsManagerTest
94 TEST_CHANNEL_ID, TEST_CHANNEL_ID, IMPORTANCE_DEFAULT);