Home
last modified time | relevance | path

Searched refs:USAGE_PHYSICAL_EMULATION (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibrationSettingsTest.java28 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
120 USAGE_PHYSICAL_EMULATION,
285 USAGE_PHYSICAL_EMULATION in shouldIgnoreVibration_fromBackground_doesNotIgnoreUsagesFromAllowlist()
397 USAGE_PHYSICAL_EMULATION, in shouldIgnoreVibration_inBatterySaverMode_doesNotIgnoreUsagesFromAllowlist()
544 if (usage == USAGE_HARDWARE_FEEDBACK || usage == USAGE_PHYSICAL_EMULATION) { in shouldIgnoreVibration_withHardwareFeedbackSettingsOff_ignoresHardwareVibrations()
759 USAGE_PHYSICAL_EMULATION, in shouldCancelVibrationOnScreenOff_withUidZero_returnsFalseForUsagesInAllowlist()
782 USAGE_PHYSICAL_EMULATION, in shouldCancelVibrationOnScreenOff_withSystemUid__returnsFalseForUsagesInAllowlist()
805 USAGE_PHYSICAL_EMULATION, in shouldCancelVibrationOnScreenOff_withSysUiPkg_returnsFalseForUsagesInAllowlist()
883 mVibrationSettings.getCurrentIntensity(USAGE_PHYSICAL_EMULATION)); in getCurrentIntensity_noHardwareFeedbackValueUsesHapticFeedbackValue()
892 mVibrationSettings.getCurrentIntensity(USAGE_PHYSICAL_EMULATION)); in getCurrentIntensity_noHardwareFeedbackValueUsesHapticFeedbackValue()
/frameworks/base/core/java/android/os/
DVibrationAttributes.java55 USAGE_PHYSICAL_EMULATION,
128 public static final int USAGE_PHYSICAL_EMULATION = 0x20 | USAGE_CLASS_FEEDBACK; field in VibrationAttributes
446 case USAGE_PHYSICAL_EMULATION: in usageToString()
/frameworks/base/core/java/android/os/vibrator/
DVibrationConfig.java25 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
225 case USAGE_PHYSICAL_EMULATION: in getDefaultVibrationIntensity()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationSettings.java26 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
97 USAGE_PHYSICAL_EMULATION));
110 USAGE_PHYSICAL_EMULATION,
133 USAGE_PHYSICAL_EMULATION,
603 mCurrentVibrationIntensities.put(USAGE_PHYSICAL_EMULATION, hardwareFeedbackIntensity); in updateSettings()
DVibratorControlService.java25 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
379 USAGE_PHYSICAL_EMULATION -> { in mapToAdaptiveVibrationType()
DHapticFeedbackVibrationProvider.java44 VibrationAttributes.createForUsage(VibrationAttributes.USAGE_PHYSICAL_EMULATION);
DVibratorManagerService.java1102 case VibrationAttributes.USAGE_PHYSICAL_EMULATION: in getVibrationImportance()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt34155 field public static final int USAGE_PHYSICAL_EMULATION = 34; // 0x22