Searched refs:effectIdToString (Results 1 – 4 of 4) sorted by relevance
61 Slog.d(VibrationThread.TAG, "Perform " + VibrationEffect.effectIdToString( in play()76 + VibrationEffect.effectIdToString(prebaked.getEffectId())); in play()
240 return "Prebaked{effect=" + VibrationEffect.effectIdToString(mEffectId)250 VibrationEffect.effectIdToString(mEffectId),
628 names[i] = VibrationEffect.effectIdToString(mSupportedEffects.keyAt(i)); in getSupportedEffectsNames()
753 public static String effectIdToString(int effectId) { in effectIdToString() method in VibrationEffect