Home
last modified time | relevance | path

Searched refs:noisyChannel (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java189 NotificationChannel noisyChannel = in createChannels() local
194 noisyChannel.setVibrationPattern(new long[] {100, 0, 100}); in createChannels()
196 mNm.createNotificationChannel(noisyChannel); in createChannels()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java572 NotificationChannel noisyChannel = new NotificationChannel(NOTIFICATION_CHANNEL_ID_NOISY, in createChannels() local
574 noisyChannel.enableVibration(true); in createChannels()
575 mNotificationManager.createNotificationChannel(noisyChannel); in createChannels()