/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | ClientMonitor.java | 230 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateSuccess() local 231 if (vibrator != null) { in vibrateSuccess() 232 vibrator.vibrate(mSuccessVibrationEffect, FINGERPRINT_SONFICATION_ATTRIBUTES); in vibrateSuccess() 237 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateError() local 238 if (vibrator != null) { in vibrateError() 239 vibrator.vibrate(mErrorVibrationEffect, FINGERPRINT_SONFICATION_ATTRIBUTES); in vibrateError()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_VibratorService.cpp | 38 using android::hardware::vibrator::V1_0::EffectStrength; 39 using android::hardware::vibrator::V1_0::Status; 40 using android::hardware::vibrator::V1_1::Effect_1_1; 42 namespace V1_0 = android::hardware::vibrator::V1_0; 43 namespace V1_1 = android::hardware::vibrator::V1_1; 44 namespace V1_2 = android::hardware::vibrator::V1_2;
|
D | Android.bp | 127 "android.hardware.vibrator@1.0", 128 "android.hardware.vibrator@1.1", 129 "android.hardware.vibrator@1.2",
|
/frameworks/base/core/java/com/android/internal/accessibility/ |
D | AccessibilityShortcutController.java | 209 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local 210 if ((vibrator != null) && vibrator.hasVibrator()) { in performAccessibilityShortcut() 215 vibrator.vibrate(vibePattern, -1, VIBRATION_ATTRIBUTES); in performAccessibilityShortcut()
|
/frameworks/base/services/core/ |
D | Android.bp | 43 "android.hardware.vibrator-V1.0-java",
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 22 import android.hardware.vibrator.V1_0.EffectStrength; 23 import android.hardware.vibrator.V1_2.Effect;
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 152 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local 153 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in LegacyGlobalActions()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 28 import android.hardware.vibrator.V1_0.EffectStrength; 862 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibratorsLocked() local 863 if (vibrator.hasVibrator()) { in updateInputDeviceVibratorsLocked() 864 mInputDeviceVibrators.add(vibrator); in updateInputDeviceVibratorsLocked()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 665 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local 667 vibrator.vibrate(SHUTDOWN_VIBRATE_MS, VIBRATION_ATTRIBUTES); in rebootOrShutdown()
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 726 VibratorService vibrator = null; in startOtherServices() local 833 vibrator = new VibratorService(context); in startOtherServices() 834 ServiceManager.addService("vibrator", vibrator); in startOtherServices() 1632 vibrator.systemReady(); in startOtherServices()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 192 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActionsDialog() local 193 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in GlobalActionsDialog()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 207 // Not used anymore. On devices with vibrator, the user explicitly selects
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 393 optional string vibrator = 37; field
|
D | batterystats.proto | 618 optional TimerProto vibrator = 13; field
|
/frameworks/base/ |
D | Android.bp | 676 "android.hardware.vibrator-V1.0-java", 677 "android.hardware.vibrator-V1.1-java", 678 "android.hardware.vibrator-V1.2-java",
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7283 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";
|
/frameworks/base/api/ |
D | current.txt | 9544 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";
|