Home
last modified time | relevance | path

Searched refs:VibratorThread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DRinger.java61 VibratorThread mVibratorThread;
160 mVibratorThread = new VibratorThread(); in ring()
247 private class VibratorThread extends Thread { class in Ringer