Searched refs:vibe (Results 1 – 2 of 2) sorted by relevance
260 public void vibrate(VibrationEffect vibe) { in vibrate() argument261 vibrate(vibe, null); in vibrate()265 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) { in vibrate() argument266 vibrate(Process.myUid(), mPackageName, vibe, null, attributes); in vibrate() local275 public abstract void vibrate(int uid, String opPkg, VibrationEffect vibe, in vibrate() argument
205 // removed in a future release with support for audio/vibe feedback