Searched refs:setVibrationPattern (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationChannelTest.java | 94 channel.setVibrationPattern(new long[65550/2]); in testLongAlertFields()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 173 callforwardChannel.setVibrationPattern(deprecatedChannel.getVibrationPattern()); in migrateCallFowardNotificationChannel()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoService.java | 65 eggChan.setVibrationPattern(PURR); // not totally quiet though in setupNotificationChannels()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 108 phoneCall.setVibrationPattern(new long[] { 674 channel.setVibrationPattern(new long[] { 833 channel.setVibrationPattern(new long[] {0, 700, 500, 1000, 0, 700, 500, 1000,
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 582 public void setVibrationPattern(long[] vibrationPattern) { in setVibrationPattern() method in NotificationChannel 958 setVibrationPattern(safeLongArray(parser, ATT_VIBRATION, null)); in populateFromXml()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 494 channel2.setVibrationPattern(new long[]{100, 67, 145, 156}); in testChannelXml() 1799 update1.setVibrationPattern(new long[]{7945, 46 ,246}); in testLockFields_vibrationAndLights() 1910 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannel() 1936 channel.setVibrationPattern(new long[]{100, 67, 145, 156}); in testGetDeletedChannels() 2306 channel.setVibrationPattern(vibration); in testCreateDeletedChannel() 2313 newChannel.setVibrationPattern(new long[]{100}); in testCreateDeletedChannel() 2347 channel.setVibrationPattern(vibration); in testCreateChannel_alreadyExists() 2353 newChannel.setVibrationPattern(new long[]{100}); in testCreateChannel_alreadyExists()
|
D | NotificationRecordTest.java | 162 channel.setVibrationPattern(CUSTOM_CHANNEL_VIBRATION); in getNotification() 221 channel.setVibrationPattern(CUSTOM_CHANNEL_VIBRATION); in getInsistentNotification()
|
D | BuzzBeepBlinkTest.java | 354 mChannel.setVibrationPattern(CUSTOM_VIBRATION); in getNotificationRecord() 358 mChannel.setVibrationPattern(null); in getNotificationRecord()
|
D | NotificationManagerServiceTest.java | 5274 channel.setVibrationPattern(new long[0]); in testEmptyVibration_noException()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2318 HSPLandroid/app/NotificationChannel;->setVibrationPattern([J)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2318 HSPLandroid/app/NotificationChannel;->setVibrationPattern([J)V
|
/frameworks/base/core/api/ |
D | current.txt | 6432 method public void setVibrationPattern(long[]);
|