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

/frameworks/base/services/java/com/android/server/
H A DHardwareService.java40 public class HardwareService extends IHardwareService.Stub { class in inherits:IHardwareService.Stub
41 private static final String TAG = "HardwareService";
56 HardwareService(Context context) { method in class:HardwareService
347 HardwareService.this.vibratorOn(duration);
362 HardwareService.this.vibratorOff();
366 synchronized (HardwareService.this) {
382 synchronized (HardwareService.this) {

Completed in 28 milliseconds