Searched refs:effectIdToString (Results 1 – 4 of 4) sorted by relevance
59 Slog.d(VibrationThread.TAG, "Perform " + VibrationEffect.effectIdToString( in play()73 + VibrationEffect.effectIdToString(prebaked.getEffectId())); in play()
209 return "Prebaked{effect=" + VibrationEffect.effectIdToString(mEffectId) in toString()219 VibrationEffect.effectIdToString(mEffectId), in toDebugString()
501 names[i] = VibrationEffect.effectIdToString(mSupportedEffects.keyAt(i)); in getSupportedEffectsNames()
653 public static String effectIdToString(int effectId) { in effectIdToString() method in VibrationEffect