Searched refs:shouldVibrate (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DVoicemailNotificationSettingsUtil.java57 return (channel != null) ? channel.shouldVibrate() : getVibrationPreference(context);
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl100 boolean shouldVibrate(int vibrateType);
H A DAudioManager.java618 * @see #shouldVibrate(int)
629 * @see #shouldVibrate(int)
1260 public boolean shouldVibrate(int vibrateType) { method in class:AudioManager
1263 return service.shouldVibrate(vibrateType);
1273 * see {@link #shouldVibrate(int)}.
1282 * @see #shouldVibrate(int)
1309 * @see #shouldVibrate(int)
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java532 public boolean shouldVibrate() { method in class:NotificationChannel
538 * vibration is not enabled ({@link #shouldVibrate()}.
737 if (shouldVibrate()) {
738 out.attribute(null, ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate()));
795 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate()));
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java1072 || original.shouldVibrate() != update.shouldVibrate()) {
H A DNotificationRecord.java266 if (getChannel().shouldVibrate()) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java274 assertEquals(expected.shouldVibrate(), actual.shouldVibrate());
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java452 * NOTE: setVibrateSetting(), getVibrateSetting(), shouldVibrate() are deprecated.
2728 /** @see AudioManager#shouldVibrate(int) */
2729 public boolean shouldVibrate(int vibrateType) { method in class:AudioService
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 206 milliseconds