Searched defs:REPEAT_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java50 private static final long REPEAT_INTERVAL = 120000; field in class:LocationStatsAggregator
105 REPEAT_INTERVAL,
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java223 private static final int REPEAT_INTERVAL = 50; // ~20 keys per second field in class:KeyboardView
268 sendMessageDelayed(repeat, REPEAT_INTERVAL);

Completed in 45 milliseconds