Home
last modified time | relevance | path

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

/cts/tests/vibrator/src/android/os/cts/
DVibrationAttributesTest.java37 private static final Map<Integer, Integer> AUDIO_TO_VIBRATION_USAGE_MAP; field in VibrationAttributesTest
63 AUDIO_TO_VIBRATION_USAGE_MAP = map;
131 for (Map.Entry<Integer, Integer> entry : AUDIO_TO_VIBRATION_USAGE_MAP.entrySet()) { in testAudioToVibrationUsageMapping()