Home
last modified time | relevance | path

Searched refs:buildNotification (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java272 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()
360 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationPostedCount()
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()
497 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_notificationCancelledCount()
599 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_multipleEvents()
616 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_2, in testBroadcastResponseStats_multipleEvents()
634 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_multipleEvents()
650 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testBroadcastResponseStats_multipleEvents()
[all …]
/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/
DBaseAudioRecorderService.java57 startForeground(NOTIFICATION_ID, buildNotification()); in onStartCommand()
96 private Notification buildNotification() { in buildNotification() method in BaseAudioRecorderService
/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/
DRecordService.kt59 startForeground(1, buildNotification(), getCapabilities()) in onStartCommand()
164 private fun buildNotification() : Notification { in buildNotification() method
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1048 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testNotificationSeen_verifyBucket()
1124 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testNotificationSeen_verifyBucket_retainPreTImpact()
1192 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_1, in testNotificationSeen_noImpact()
1214 private Notification buildNotification(String channelId, int notificationId, in buildNotification() method in UsageStatsTest