HomeSort by relevance Sort by last modified time
    Searched full:presentationdisplayid (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplay.java 151 return mMutableInfo.presentationDisplayId;
154 public void setPresentationDisplayId(int presentationDisplayId) {
155 if (mMutableInfo.presentationDisplayId != presentationDisplayId) {
156 mMutableInfo.presentationDisplayId = presentationDisplayId;
  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 106 public int presentationDisplayId;
116 presentationDisplayId = -1;
132 presentationDisplayId = other.presentationDisplayId;
148 presentationDisplayId = in.readInt();
170 dest.writeInt(presentationDisplayId);
187 + ", 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
MediaRouter.java 495 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
549 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) {
550 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 58 static final String KEY_PRESENTATION_DISPLAY_ID = "presentationDisplayId";
328 result.append(", presentationDisplayId=").append(getPresentationDisplayId());
646 public Builder setPresentationDisplayId(int presentationDisplayId) {
647 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId);
MediaRouter.java     [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 120 milliseconds