Searched refs:mMutableInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java28 private final RemoteDisplayInfo mMutableInfo; field in class:RemoteDisplay
76 mMutableInfo = new RemoteDisplayInfo(id);
81 return mMutableInfo.id;
85 return mMutableInfo.name;
89 if (!Objects.equals(mMutableInfo.name, name)) {
90 mMutableInfo.name = name;
96 return mMutableInfo.description;
100 if (!Objects.equals(mMutableInfo.description, description)) {
101 mMutableInfo.description = description;
107 return mMutableInfo
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1203 private final MediaRouterClientState.RouteInfo mMutableInfo; field in class:MediaRouterService.UserHandler.RouteRecord
1211 mMutableInfo = new MediaRouterClientState.RouteInfo(uniqueId);
1227 return mMutableInfo.id;
1232 mImmutableInfo = new MediaRouterClientState.RouteInfo(mMutableInfo);
1242 return mMutableInfo.enabled;
1246 return mMutableInfo.statusCode;
1255 if (!Objects.equals(mMutableInfo.name, name)) {
1256 mMutableInfo.name = name;
1260 if (!Objects.equals(mMutableInfo.description, description)) {
1261 mMutableInfo
[all...]

Completed in 73 milliseconds