Searched refs:vibe (Results 1 – 2 of 2) sorted by relevance
288 public void vibrate(VibrationEffect vibe) { in vibrate() argument289 vibrate(vibe, null); in vibrate()293 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) { in vibrate() argument294 vibrate(Process.myUid(), mPackageName, vibe, null, attributes); in vibrate() local303 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