Searched refs:setVibrationPattern (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelTest.java | 71 channel.setVibrationPattern(new long[0]); in testEmptyVibration_noException()
|
D | PreferencesHelperTest.java | 332 channel2.setVibrationPattern(new long[]{100, 67, 145, 156}); in testChannelXml() 983 update1.setVibrationPattern(new long[]{7945, 46 ,246}); in testLockFields_vibrationAndLights() 1078 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannel() 1104 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannels() 1430 channel.setVibrationPattern(vibration); in testCreateDeletedChannel() 1437 newChannel.setVibrationPattern(new long[]{100}); in testCreateDeletedChannel() 1471 channel.setVibrationPattern(vibration); in testCreateChannel_alreadyExists() 1477 newChannel.setVibrationPattern(new long[]{100}); in testCreateChannel_alreadyExists()
|
D | NotificationRecordTest.java | 145 channel.setVibrationPattern(CUSTOM_CHANNEL_VIBRATION); in getNotification()
|
D | BuzzBeepBlinkTest.java | 302 channel.setVibrationPattern(CUSTOM_VIBRATION); in getNotificationRecord()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 129 screenshotChannel.setVibrationPattern(legacySS.getVibrationPattern()); in createScreenshotChannel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 165 callforwardChannel.setVibrationPattern(deprecatedChannel.getVibrationPattern()); in migrateCallFowardNotificationChannel()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 113 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/ |
D | NotificationChannel.java | 442 public void setVibrationPattern(long[] vibrationPattern) { in setVibrationPattern() method in NotificationChannel 723 setVibrationPattern(safeLongArray(parser, ATT_VIBRATION, null)); in populateFromXml()
|
/frameworks/base/api/ |
D | current.txt | 5781 method public void setVibrationPattern(long[]);
|