Searched refs:TEST_NOTIFICATION_CHANNEL_ID (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/ |
D | BroadcastResponseStatsTest.java | 105 private static final String TEST_NOTIFICATION_CHANNEL_ID = "test-channel-id"; field in BroadcastResponseStatsTest 268 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_broadcastDispatchedCount() 272 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_broadcastDispatchedCount() 294 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_broadcastDispatchedCount() 356 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_notificationPostedCount() 360 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationPostedCount() 412 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_notificationUpdatedCount() 416 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationUpdatedCount() 441 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationUpdatedCount() 493 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_notificationCancelledCount() [all …]
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 211 private static final String TEST_NOTIFICATION_CHANNEL_ID = "test-channel-id"; field in UsageStatsTest 1044 receiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testNotificationSeen_verifyBucket() 1048 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testNotificationSeen_verifyBucket() 1120 receiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testNotificationSeen_verifyBucket_retainPreTImpact() 1124 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testNotificationSeen_verifyBucket_retainPreTImpact() 1188 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testNotificationSeen_noImpact() 1192 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testNotificationSeen_noImpact()
|