Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationSettingsTest.java25 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
115 USAGE_PHYSICAL_EMULATION,
255 USAGE_PHYSICAL_EMULATION in shouldIgnoreVibration_fromBackground_doesNotIgnoreUsagesFromAllowlist()
286 USAGE_PHYSICAL_EMULATION, in shouldIgnoreVibration_inBatterySaverMode_doesNotIgnoreUsagesFromAllowlist()
433 if (usage == USAGE_HARDWARE_FEEDBACK || usage == USAGE_PHYSICAL_EMULATION) { in shouldIgnoreVibration_withHardwareFeedbackSettingsOff_ignoresHardwareVibrations()
628 USAGE_PHYSICAL_EMULATION, in shouldCancelVibrationOnScreenOff_withUidZero_returnsFalseForUsagesInAllowlist()
651 USAGE_PHYSICAL_EMULATION, in shouldCancelVibrationOnScreenOff_withSystemUid__returnsFalseForUsagesInAllowlist()
674 USAGE_PHYSICAL_EMULATION, in shouldCancelVibrationOnScreenOff_withSysUiPkg_returnsFalseForUsagesInAllowlist()
748 mVibrationSettings.getCurrentIntensity(USAGE_PHYSICAL_EMULATION)); in getCurrentIntensity_noHardwareFeedbackValueUsesHapticFeedbackValue()
757 mVibrationSettings.getCurrentIntensity(USAGE_PHYSICAL_EMULATION)); in getCurrentIntensity_noHardwareFeedbackValueUsesHapticFeedbackValue()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationAttributes.java54 USAGE_PHYSICAL_EMULATION,
127 public static final int USAGE_PHYSICAL_EMULATION = 0x20 | USAGE_CLASS_FEEDBACK; field in VibrationAttributes
369 case USAGE_PHYSICAL_EMULATION: in usageToString()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationConfig.java25 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
151 case USAGE_PHYSICAL_EMULATION: in getDefaultVibrationIntensity()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java25 import static android.os.VibrationAttributes.USAGE_PHYSICAL_EMULATION;
92 USAGE_PHYSICAL_EMULATION));
105 USAGE_PHYSICAL_EMULATION,
128 USAGE_PHYSICAL_EMULATION,
523 mCurrentVibrationIntensities.put(USAGE_PHYSICAL_EMULATION, hardwareFeedbackIntensity); in updateSettings()
H A DVibratorManagerService.java946 case VibrationAttributes.USAGE_PHYSICAL_EMULATION: in getVibrationImportance()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java362 VibrationAttributes.createForUsage(VibrationAttributes.USAGE_PHYSICAL_EMULATION);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34017 field public static final int USAGE_PHYSICAL_EMULATION = 34; // 0x22