Searched refs:setVibrationPattern (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 307 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()
|
D | NotificationRecordTest.java | 146 channel.setVibrationPattern(CUSTOM_CHANNEL_VIBRATION); in getNotification()
|
D | BuzzBeepBlinkTest.java | 251 channel.setVibrationPattern(CUSTOM_VIBRATION); in getNotificationRecord()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 113 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/ |
D | NotificationChannel.java | 395 public void setVibrationPattern(long[] vibrationPattern) { in setVibrationPattern() method in NotificationChannel 578 setVibrationPattern(safeLongArray(parser, ATT_VIBRATION, null)); in populateFromXml()
|
/frameworks/base/api/ |
D | current.txt | 5555 method public void setVibrationPattern(long[]);
|
D | system-current.txt | 5758 method public void setVibrationPattern(long[]);
|