HomeSort by relevance Sort by last modified time
    Searched refs:VIBRATION (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/power/
BatterySaverPolicyTest.java 113 testServiceDefaultValue(ServiceType.VIBRATION);
119 testServiceDefaultValue_unchanged(ServiceType.VIBRATION);
183 mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.VIBRATION, BATTERY_SAVER_ON);
  /frameworks/base/core/java/android/os/
PowerManager.java 531 ServiceType.VIBRATION,
547 int VIBRATION = 2;
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
BatterySaverPolicy.java 102 * {@code true} if vibration is disabled in battery saver mode.
111 * Whether vibration should *really* be disabled -- i.e. {@link #mVibrationDisabledConfig}
418 && !mAccessibilityEnabled; // Don't disable vibration when accessibility is on.
490 case ServiceType.VIBRATION:
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 80 // intensity for that type of vibration (i.e. current - default).
99 // If a vibration is playing for longer than 5s, it's probably not haptic feedback.
136 private Vibration mCurrentVibration;
150 private class Vibration implements IBinder.DeathRecipient {
166 // the effect was scaled based on the users vibration intensity settings.
169 private Vibration(IBinder token, VibrationEffect effect,
205 Slog.w(TAG, "Unknown prebaked vibration effect, "
379 return ServiceType.VIBRATION;
502 // If our current vibration is longer than the new vibration and is the same amplitude
    [all...]

Completed in 343 milliseconds