Searched refs:setSupportedPrimitives (Results 1 – 3 of 3) sorted by relevance
460 fakeVibrator.setSupportedPrimitives(VibrationEffect.Composition.PRIMITIVE_CLICK); in vibrate_singleVibratorRepeatingPrimitives_generatesLargestComposition()545 mVibratorProviders.get(VIBRATOR_ID).setSupportedPrimitives(660 fakeVibrator.setSupportedPrimitives(VibrationEffect.Composition.PRIMITIVE_CLICK, in vibrate_singleVibratorComposed_runsVibration()700 fakeVibrator.setSupportedPrimitives( in vibrate_singleVibratorLargeComposition_splitsVibratorComposeCalls()724 fakeVibrator.setSupportedPrimitives( in vibrate_singleVibratorComposedEffects_runsDifferentVibrations()774 fakeVibrator.setSupportedPrimitives( in vibrate_singleVibratorComposedWithFallback_replacedInTheMiddleOfComposition()973 mVibratorProviders.get(4).setSupportedPrimitives( in vibrate_multipleStereo_runsVibrationOnRightVibrators()1019 mVibratorProviders.get(2).setSupportedPrimitives( in vibrate_multipleSequential_runsVibrationInOrderWithDelays()1067 mVibratorProviders.get(1).setSupportedPrimitives( in vibrate_multipleSyncedCallbackTriggered_finishSteps()1070 mVibratorProviders.get(2).setSupportedPrimitives( in vibrate_multipleSyncedCallbackTriggered_finishSteps()[all …]
441 vibrator.setSupportedPrimitives(VibrationEffect.Composition.PRIMITIVE_CLICK); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()1247 mVibratorProviders.get(1).setSupportedPrimitives( in vibrate_withriggerCallback_finishesVibration()1250 mVibratorProviders.get(2).setSupportedPrimitives( in vibrate_withriggerCallback_finishesVibration()1547 fakeVibrator.setSupportedPrimitives(VibrationEffect.Composition.PRIMITIVE_CLICK, in vibrate_withIntensitySettings_appliesSettingsToScaleVibrations()1631 fakeVibrator.setSupportedPrimitives(VibrationEffect.Composition.PRIMITIVE_CLICK);1726 mVibratorProviders.get(1).setSupportedPrimitives( in vibrate_prebakedAndComposedVibrationsWithFallbacks_playsFallbackOnlyForPredefined()2330 mVibratorProviders.get(1).setSupportedPrimitives( in frameworkStats_prebakedAndComposedVibrations_reportsAllMetrics()2491 mVibratorProviders.get(1).setSupportedPrimitives( in frameworkStats_multiVibrators_reportsAllMetrics()
288 public void setSupportedPrimitives(int... primitives) { in setSupportedPrimitives() method in FakeVibratorControllerProvider