Home
last modified time | relevance | path

Searched refs:USAGE_COMMUNICATION_REQUEST (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DVibrationAttributes.java50 USAGE_COMMUNICATION_REQUEST,
111 public static final int USAGE_COMMUNICATION_REQUEST = 0x40 | USAGE_CLASS_ALARM; field in VibrationAttributes
274 case USAGE_COMMUNICATION_REQUEST: in getAudioUsage()
363 case USAGE_COMMUNICATION_REQUEST: in usageToString()
426 mUsage = USAGE_COMMUNICATION_REQUEST; in setUsage()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationConfig.java21 import static android.os.VibrationAttributes.USAGE_COMMUNICATION_REQUEST;
145 case USAGE_COMMUNICATION_REQUEST: in getDefaultVibrationIntensity()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java21 import static android.os.VibrationAttributes.USAGE_COMMUNICATION_REQUEST;
90 USAGE_COMMUNICATION_REQUEST,
104 USAGE_COMMUNICATION_REQUEST,
517 mCurrentVibrationIntensities.put(USAGE_COMMUNICATION_REQUEST, in updateSettings()
H A DVibratorManagerService.java942 case VibrationAttributes.USAGE_COMMUNICATION_REQUEST: in getVibrationImportance()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationSettingsTest.java21 import static android.os.VibrationAttributes.USAGE_COMMUNICATION_REQUEST;
111 USAGE_COMMUNICATION_REQUEST,
253 USAGE_COMMUNICATION_REQUEST, in shouldIgnoreVibration_fromBackground_doesNotIgnoreUsagesFromAllowlist()
285 USAGE_COMMUNICATION_REQUEST, in shouldIgnoreVibration_inBatterySaverMode_doesNotIgnoreUsagesFromAllowlist()
H A DVibratorManagerServiceTest.java711 VibrationAttributes.USAGE_COMMUNICATION_REQUEST).build()); in vibrate_withVibrationAttributes_usesCorrespondingAudioUsageInAppOpsManager()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorTest.java570 assertEquals(VibrationAttributes.USAGE_COMMUNICATION_REQUEST, in vibrate_withAudioAttributes_createsVibrationAttributesWithSameUsage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java227 .setUsage(VibrationAttributes.USAGE_COMMUNICATION_REQUEST)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerTest.java1131 assertEquals(VibrationAttributes.USAGE_COMMUNICATION_REQUEST, in playHapticOnTouchUdfpsArea_a11yTouchExplorationEnabled()
/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.txt34013 field public static final int USAGE_COMMUNICATION_REQUEST = 65; // 0x41