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

  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 51 public static final class DisplaySourceService {
52 private DisplaySourceService() { }
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DisplaySourceService.java 38 public class DisplaySourceService extends Service {
58 public DisplaySourceService(Context context, Transport transport, Callbacks callbacks) {
59 super(context, transport, Protocol.DisplaySourceService.ID);
84 case Protocol.DisplaySourceService.MSG_SINK_AVAILABLE: {
101 case Protocol.DisplaySourceService.MSG_SINK_NOT_AVAILABLE: {

Completed in 159 milliseconds