Searched refs:setSupportedEffects (Results 1 – 9 of 9) sorted by relevance
74 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in testIsEffectSupported()253 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in testEquals()274 .setSupportedEffects(new int[0]) in testEquals()279 .setSupportedEffects(null) in testEquals()312 .setSupportedEffects(new int[0]) in testEquals()327 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in testParceling()
115 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in areEffectsSupported_unsupportedInOneVibrator_returnsNo()118 .setSupportedEffects(new int[0]) in areEffectsSupported_unsupportedInOneVibrator_returnsNo()129 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in areEffectsSupported_unknownInOneVibrator_returnsUnknown()141 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in arePrimitivesSupported_supportedInAllVibrators_returnsYes()144 .setSupportedEffects(VibrationEffect.EFFECT_CLICK) in arePrimitivesSupported_supportedInAllVibrators_returnsYes()594 .setSupportedEffects(VibrationEffect.EFFECT_THUD) in areVibrationFeaturesSupported_noAmplitudeControl_fractionalAmplitudes()609 .setSupportedEffects(VibrationEffect.EFFECT_THUD) in areVibrationFeaturesSupported_noAmplitudeControl_nonFractionalAmplitudes()691 .setSupportedEffects(VibrationEffect.EFFECT_TICK, VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported()708 .setSupportedEffects(VibrationEffect.EFFECT_POP, VibrationEffect.EFFECT_CLICK) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported()729 .setSupportedEffects(VibrationEffect.EFFECT_TICK, VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported()[all …]
496 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_THUD); in vibrate_singleVibratorPrebaked_runsVibration()622 fakeVibrator.setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_singleVibratorComposedEffects_runsDifferentVibrations()673 fakeVibrator.setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_singleVibratorComposedWithFallback_replacedInTheMiddleOfComposition()822 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_TICK); in vibrate_multipleExistingAndMissingVibrators_vibratesOnlyExistingOnes()846 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_multipleMono_runsSameEffectInAllVibrators()847 mVibratorProviders.get(2).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_multipleMono_runsSameEffectInAllVibrators()848 mVibratorProviders.get(3).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_multipleMono_runsSameEffectInAllVibrators()878 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_multipleStereo_runsVibrationOnRightVibrators()931 mVibratorProviders.get(3).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_multipleSequential_runsVibrationInOrderWithDelays()1191 fakeVibrator.setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_cancelSlowVibrator_cancelIsNotBlockedByVibrationThread()[all …]
406 vibrator.setSupportedEffects(VibrationEffect.EFFECT_CLICK); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()499 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in registerVibratorStateListener_multipleVibratorsAreTriggered()634 fakeVibrator.setSupportedEffects(VibrationEffect.EFFECT_CLICK, in vibrate_withRingtone_usesRingerModeSettings()736 mVibratorProviders.get(0).setSupportedEffects(VibrationEffect.EFFECT_CLICK, in vibrate_withVibrationAttributesEnforceFreshSettings_refreshesVibrationSettings()854 fakeVibrator.setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_withOngoingRepeatingVibrationBeingCancelled_playsAfterPreviousIsCancelled()1014 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_withOngoingLowerImportanceVibration_cancelsOngoingEffect()1042 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_withOngoingLowerImportanceExternalVibration_cancelsOngoingVibration()1079 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_withOngoingSameImportancePipelinedVibration_continuesOngoingEffect()1108 mVibratorProviders.get(1).setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_withInputDevices_vibratesInputDevices()1208 fakeVibrator1.setSupportedEffects(VibrationEffect.EFFECT_CLICK); in vibrate_withMultipleVibratorsAndCapabilities_prepareAndTriggerCalled()[all …]
185 infoBuilder.setSupportedEffects(mSupportedEffects); in getInfo()262 public void setSupportedEffects(int... effects) { in setSupportedEffects() method in FakeVibratorControllerProvider
61 .setSupportedEffects(new int[0]) in InputDeviceVibrator()
46 jmethodID setSupportedEffects; member384 sVibratorInfoBuilderClassInfo.setSupportedEffects, supportedEffects); in vibratorGetInfo()496 sVibratorInfoBuilderClassInfo.setSupportedEffects = in register_android_server_vibrator_VibratorController()
294 .setSupportedEffects(supportedEffects) in createVibratorWithSupportedEffects()
704 public Builder setSupportedEffects(int... supportedEffects) { in setSupportedEffects() method in VibratorInfo.Builder