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

  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 106 public int presentationDisplayId;
115 presentationDisplayId = -1;
130 presentationDisplayId = other.presentationDisplayId;
145 presentationDisplayId = in.readInt();
166 dest.writeInt(presentationDisplayId);
182 + ", presentationDisplayId=" + presentationDisplayId
RemoteDisplayState.java 110 public int presentationDisplayId;
116 presentationDisplayId = -1;
127 presentationDisplayId = other.presentationDisplayId;
138 presentationDisplayId = in.readInt();
159 dest.writeInt(presentationDisplayId);
171 + ", presentationDisplayId=" + presentationDisplayId
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 1365 milliseconds