Home
last modified time | relevance | path

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

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java307 channel2.setVibrationPattern(new long[]{100, 67, 145, 156}); in testChannelXml()
783 update1.setVibrationPattern(new long[]{7945, 46 ,246}); in testLockFields_vibrationAndLights()
863 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannel()
889 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannels()
943 channel.setVibrationPattern(vibration); in testCreateDeletedChannel()
950 newChannel.setVibrationPattern(new long[]{100}); in testCreateDeletedChannel()
984 channel.setVibrationPattern(vibration); in testCreateChannel_alreadyExists()
990 newChannel.setVibrationPattern(new long[]{100}); in testCreateChannel_alreadyExists()
DNotificationRecordTest.java146 channel.setVibrationPattern(CUSTOM_CHANNEL_VIBRATION); in getNotification()
DBuzzBeepBlinkTest.java251 channel.setVibrationPattern(CUSTOM_VIBRATION); in getNotificationRecord()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java113 phoneCall.setVibrationPattern(new long[] {
639 channel.setVibrationPattern(new long[] {
798 channel.setVibrationPattern(new long[] {0, 700, 500, 1000, 0, 700, 500, 1000,
/frameworks/base/core/java/android/app/
DNotificationChannel.java395 public void setVibrationPattern(long[] vibrationPattern) { in setVibrationPattern() method in NotificationChannel
578 setVibrationPattern(safeLongArray(parser, ATT_VIBRATION, null)); in populateFromXml()
/frameworks/base/api/
Dcurrent.txt5555 method public void setVibrationPattern(long[]);
Dsystem-current.txt5758 method public void setVibrationPattern(long[]);