Home
last modified time | relevance | path

Searched refs:setVibrationPattern (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelTest.java64 channel.setVibrationPattern(new long[0]); in testEmptyVibration_noException()
DRankingHelperTest.java378 channel2.setVibrationPattern(new long[]{100, 67, 145, 156}); in testChannelXml()
971 update1.setVibrationPattern(new long[]{7945, 46 ,246}); in testLockFields_vibrationAndLights()
1051 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannel()
1077 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannels()
1235 channel.setVibrationPattern(vibration); in testCreateDeletedChannel()
1242 newChannel.setVibrationPattern(new long[]{100}); in testCreateDeletedChannel()
1276 channel.setVibrationPattern(vibration); in testCreateChannel_alreadyExists()
1282 newChannel.setVibrationPattern(new long[]{100}); in testCreateChannel_alreadyExists()
DNotificationRecordTest.java153 channel.setVibrationPattern(CUSTOM_CHANNEL_VIBRATION); in getNotification()
DBuzzBeepBlinkTest.java277 channel.setVibrationPattern(CUSTOM_VIBRATION); in getNotificationRecord()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java130 screenshotChannel.setVibrationPattern(legacySS.getVibrationPattern()); in createScreenshotChannel()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java63 eggChan.setVibrationPattern(PURR); // not totally quiet though in setupNotificationChannels()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java113 phoneCall.setVibrationPattern(new long[] {
678 channel.setVibrationPattern(new long[] {
837 channel.setVibrationPattern(new long[] {0, 700, 500, 1000, 0, 700, 500, 1000,
/frameworks/base/core/java/android/app/
DNotificationChannel.java419 public void setVibrationPattern(long[] vibrationPattern) { in setVibrationPattern() method in NotificationChannel
635 setVibrationPattern(safeLongArray(parser, ATT_VIBRATION, null)); in populateFromXml()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3877 Landroid/app/NotificationChannel;->setVibrationPattern([J)V
Dboot-image-profile.txt14972 HSPLandroid/app/NotificationChannel;->setVibrationPattern([J)V
/frameworks/base/api/
Dcurrent.txt5648 method public void setVibrationPattern(long[]);