Searched defs:repeat (Results 1 – 2 of 2) sorted by relevance
288 int repeat = Integer.parseInt(args[4]); in handleEvent() local
806 private void vibrateController(long[] pattern, int repeat) { in vibrateController()