Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DHapticsDeviceInfo.java120 int[] effectsToCheck = new int[MAX_EFFECT_ID + 1]; in collectEffectsSupport() local
121 for (int i = 0; i < effectsToCheck.length; ++i) { in collectEffectsSupport()
122 effectsToCheck[i] = i; in collectEffectsSupport()
124 int[] results = vibrator.areEffectsSupported(effectsToCheck); in collectEffectsSupport()