Home
last modified time | relevance | path

Searched refs:USAGE_ACCESSIBILITY (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DVibrationAttributes.java48 USAGE_ACCESSIBILITY,
136 public static final int USAGE_ACCESSIBILITY = 0x40 | USAGE_CLASS_FEEDBACK; field in VibrationAttributes
282 case USAGE_ACCESSIBILITY: in getAudioUsage()
357 case USAGE_ACCESSIBILITY: in usageToString()
432 mUsage = USAGE_ACCESSIBILITY; in setUsage()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationConfig.java19 import static android.os.VibrationAttributes.USAGE_ACCESSIBILITY;
152 case USAGE_ACCESSIBILITY: in getDefaultVibrationIntensity()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationSettingsTest.java19 import static android.os.VibrationAttributes.USAGE_ACCESSIBILITY;
109 USAGE_ACCESSIBILITY,
359 if (usage == USAGE_ACCESSIBILITY) { in shouldIgnoreVibration_vibrateOnDisabled_ignoresUsagesNotAccessibility()
627 USAGE_ACCESSIBILITY, in shouldCancelVibrationOnScreenOff_withUidZero_returnsFalseForUsagesInAllowlist()
650 USAGE_ACCESSIBILITY, in shouldCancelVibrationOnScreenOff_withSystemUid__returnsFalseForUsagesInAllowlist()
673 USAGE_ACCESSIBILITY, in shouldCancelVibrationOnScreenOff_withSysUiPkg_returnsFalseForUsagesInAllowlist()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java19 import static android.os.VibrationAttributes.USAGE_ACCESSIBILITY;
115 private static final int VIBRATE_ON_DISABLED_USAGE_ALLOWED = USAGE_ACCESSIBILITY;
127 USAGE_ACCESSIBILITY,
533 mCurrentVibrationIntensities.put(USAGE_ACCESSIBILITY, positiveHapticFeedbackIntensity); in updateSettings()
H A DVibratorManagerService.java943 case VibrationAttributes.USAGE_ACCESSIBILITY: in getVibrationImportance()
/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.txt34006 field public static final int USAGE_ACCESSIBILITY = 66; // 0x42