Home
last modified time | relevance | path

Searched defs:vibrator (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DPrebakedSegmentTest.java155 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport() local
174 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport() local
188 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport() local
206 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport() local
220 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport() local
235 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_noVibratorSupport() local
247 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport() local
262 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_noVibSupport() local
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorTest.java591 Vibrator vibrator = in areVibrationFeaturesSupported_noAmplitudeControl_fractionalAmplitudes() local
606 Vibrator vibrator = in areVibrationFeaturesSupported_noAmplitudeControl_nonFractionalAmplitudes() local
626 Vibrator vibrator = in areVibrationFeaturesSupported_withAmplitudeControl() local
650 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_primitiveCompositionsWithSupportedPrimitives() local
670 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_primitiveCompositionsWithUnupportedPrimitives() local
688 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported() local
726 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported() local
H A DVibrationEffectTest.java780 Vibrator vibrator = in testAreVibrationFeaturesSupported_allSegmentsSupported() local
803 Vibrator vibrator = in testAreVibrationFeaturesSupported_withUnsupportedSegments() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DVibratorHelper.java64 public VibratorHelper(@Nullable Vibrator vibrator) { in VibratorHelper()
72 public VibratorHelper(@Nullable Vibrator vibrator, Executor executor) { in VibratorHelper()
/aosp14/frameworks/base/samples/demo/haptic-assessment/src/com/example/android/hapticassessment/
H A DMainActivity.kt45 val vibrator = getSystemService(Vibrator::class.java) regex
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationEffectSegment.java68 public abstract boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator); in areVibrationFeaturesSupported()
H A DPrimitiveSegment.java73 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
H A DStepSegment.java85 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
H A DPrebakedSegment.java73 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
H A DRampSegment.java99 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java154 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAcquisitionClient.java199 Vibrator vibrator = getContext().getSystemService(Vibrator.class); in vibrateSuccess() local
/aosp14/frameworks/base/core/java/android/os/
H A DSystemVibratorManager.java87 Vibrator vibrator = mVibrators.get(vibratorId); in getVibrator() local
H A DVibrationEffect.java526 public abstract boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator); in areVibrationFeaturesSupported()
772 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
H A DSystemVibrator.java89 Vibrator vibrator = mVibratorManager.getVibrator(vibratorIds[i]); in getInfo() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java192 @NonNull VibratorHelper vibrator, in LockIconViewController()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java704 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DGestureLauncherService.java745 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in onEmergencyGestureDetectedOnWatch() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java579 Vibrator vibrator = mock(Vibrator.class); in testPanningScaleToPersistedScale_detecting_vibrateAndClear() local
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/
H A DAccessibilityShortcutController.java242 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java289 VibratorHelper vibrator, in BiometricUnlockController()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java656 VibratorController vibrator = mVibrators.get(vib.effects.keyAt(i)); in updateAlwaysOnLocked() local
1180 VibratorController vibrator = mVibrators.get(vibratorId); in fixupAlwaysOnEffectsLocked() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java180 VibratorHelper vibrator, in VolumeDialogControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java345 @NonNull VibratorHelper vibrator, in GlobalActionsDialogLite()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java829 @NonNull VibratorHelper vibrator, in UdfpsController()

12