Home
last modified time | relevance | path

Searched refs:enableVibration (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java152 voiceMailChannel.enableVibration( in migrateVoicemailNotificationSettings()
174 callforwardChannel.enableVibration(deprecatedChannel.shouldVibrate()); in migrateCallFowardNotificationChannel()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java346 defaultChannel.enableVibration(false); in testVibration_default_preUpgradeUsesNotification()
358 defaultChannel.enableVibration(false); in testVibration_custom_preUpgradeUsesNotification()
371 defaultChannel.enableVibration(true); in testVibration_custom_userLocked_preUpgrade()
385 channel.enableVibration(true); in testVibration_customPattern_nonInsistent_usesCustomPattern()
396 channel.enableVibration(true); in testVibration_customPattern_insistent_createsInsistentEffect()
408 channel.enableVibration(true); in testVibration_customEffect_flagNotEnabled_usesDefaultEffect()
480 channel.enableVibration(true); in testVibration_noCustomVibration_vibrationEnabled_usesDefaultVibration()
492 channel.enableVibration(false); in testVibration_noCustomVibration_vibrationNotEnabled_usesNoVibration()
507 channel.enableVibration(false); in testVibration_customVibration_vibrationNotEnabled_usesNoVibration()
DNotificationAttentionHelperTest.java482 mChannel.enableVibration(true); in getNotificationRecord()
485 mChannel.enableVibration(false); in getNotificationRecord()
1801 ringtoneChannel.enableVibration(true); in testRingtoneInsistentBeep_canUpdate()
1829 ringtoneChannel.enableVibration(true); in testRingtoneInsistentBeep_clearEffectsStopsSoundAndVibration()
1852 ringtoneChannel.enableVibration(true); in testRingtoneInsistentBeep_neverVibratesWhenEffectsClearedBeforeDelay()
1874 ringtoneChannel.enableVibration(true); in testCannotInterruptRingtoneInsistentBuzz()
1917 ringtoneChannel.enableVibration(true); in testCanInterruptRingtoneNonInsistentBuzz()
1958 ringtoneChannel.enableVibration(true); in testRingtoneInsistentBuzz_doesNotBlockFutureSoundsOnceStopped()
1995 fakeRingtoneChannel.enableVibration(true); in testCanInterruptNonRingtoneInsistentBuzz()
DPreferencesHelperTest.java598 channel2.enableVibration(true); in testChannelXml()
666 channel2.enableVibration(false); in testChannelXmlForBackup()
670 channel3.enableVibration(true); in testChannelXmlForBackup()
1131 channel2.enableVibration(false); in testChannelXmlForNonBackup_postMigration()
1135 channel3.enableVibration(true); in testChannelXmlForNonBackup_postMigration()
1216 channel2.enableVibration(false); in testChannelXmlForBackup_postMigration()
1220 channel3.enableVibration(true); in testChannelXmlForBackup_postMigration()
1303 channel2.enableVibration(false); in testChannelXmlForBackup_postMigration_noExternal()
1307 channel3.enableVibration(true); in testChannelXmlForBackup_postMigration_noExternal()
2245 update2.enableVibration(true); in testLockFields_soundAndVibration()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java100 channel.enableVibration(true); in dumpLeak()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java163 channel.enableVibration(false); in createNotificationChannel()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java220 channel.enableVibration(false); in createChannel()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java112 phoneCall.enableVibration(true);
673 channel.enableVibration(true);
832 channel.enableVibration(true);
/frameworks/base/core/java/android/app/
DNotificationChannel.java451 copy.enableVibration(mVibrationEnabled); in copy()
642 public void enableVibration(boolean vibration) { in enableVibration() method in NotificationChannel
1145 enableVibration(safeBool(parser, ATT_VIBRATION_ENABLED, false)); in populateFromXml()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java145 channel.enableVibration(true); in onStartCommand()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java599 original.enableVibration(false); in testCopy()
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java694 channel.enableVibration(false); in showSensorUseReminderNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1278 conversation.enableVibration(updatedParent.shouldVibrate()); in maybeUpdateChildConversationChannel()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt2310 HSPLandroid/app/NotificationChannel;->enableVibration(Z)V
/frameworks/base/config/
Dboot-image-profile.txt2310 HSPLandroid/app/NotificationChannel;->enableVibration(Z)V
/frameworks/base/core/api/
Dcurrent.txt6936 method public void enableVibration(boolean);