/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
H A D | PrebakedSegmentTest.java | 155 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 D | VibratorTest.java | 591 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 D | VibrationEffectTest.java | 780 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 D | VibratorHelper.java | 64 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 D | MainActivity.kt | 45 val vibrator = getSystemService(Vibrator::class.java) regex
|
/aosp14/frameworks/base/core/java/android/os/vibrator/ |
H A D | VibrationEffectSegment.java | 68 public abstract boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator); in areVibrationFeaturesSupported()
|
H A D | PrimitiveSegment.java | 73 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
|
H A D | StepSegment.java | 85 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
|
H A D | PrebakedSegment.java | 73 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
|
H A D | RampSegment.java | 99 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | LegacyGlobalActions.java | 154 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AcquisitionClient.java | 199 Vibrator vibrator = getContext().getSystemService(Vibrator.class); in vibrateSuccess() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | SystemVibratorManager.java | 87 Vibrator vibrator = mVibrators.get(vibratorId); in getVibrator() local
|
H A D | VibrationEffect.java | 526 public abstract boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator); in areVibrationFeaturesSupported() 772 public boolean areVibrationFeaturesSupported(@NonNull Vibrator vibrator) { in areVibrationFeaturesSupported()
|
H A D | SystemVibrator.java | 89 Vibrator vibrator = mVibratorManager.getVibrator(vibratorIds[i]); in getInfo() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 192 @NonNull VibratorHelper vibrator, in LockIconViewController()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ShutdownThread.java | 704 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | GestureLauncherService.java | 745 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in onEmergencyGestureDetectedOnWatch() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationGestureHandlerTest.java | 579 Vibrator vibrator = mock(Vibrator.class); in testPanningScaleToPersistedScale_detecting_vibrateAndClear() local
|
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutController.java | 242 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricUnlockController.java | 289 VibratorHelper vibrator, in BiometricUnlockController()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorManagerService.java | 656 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 D | VolumeDialogControllerImpl.java | 180 VibratorHelper vibrator, in VolumeDialogControllerImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 345 @NonNull VibratorHelper vibrator, in GlobalActionsDialogLite()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsController.java | 829 @NonNull VibratorHelper vibrator, in UdfpsController()
|