HomeSort by relevance Sort by last modified time
    Searched defs:ControllerService (Results 1 - 2 of 2) sorted by null

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 61 public class ControllerService extends Service {
69 public static String TAG = ControllerService.class.getSimpleName();
228 mConnection = new Connection(ControllerService.this);
232 mConnection.registerChannel(new SensorChannel(ControllerService.this));
234 mConnection.registerChannel(new MultiTouchChannel(ControllerService.this));
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 187 private final ControllerService mControllerService = new ControllerService();
    [all...]

Completed in 233 milliseconds