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

/frameworks/base/media/lib/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java29 private final RemoteDisplayInfo mMutableInfo; field in class:RemoteDisplay
77 mMutableInfo = new RemoteDisplayInfo(id);
82 return mMutableInfo.id;
86 return mMutableInfo.name;
90 if (!Objects.equal(mMutableInfo.name, name)) {
91 mMutableInfo.name = name;
97 return mMutableInfo.description;
101 if (!Objects.equal(mMutableInfo.description, description)) {
102 mMutableInfo.description = description;
108 return mMutableInfo
[all...]
/frameworks/base/services/java/com/android/server/media/
H A DMediaRouterService.java1208 private final MediaRouterClientState.RouteInfo mMutableInfo; field in class:MediaRouterService.UserHandler.RouteRecord
1216 mMutableInfo = new MediaRouterClientState.RouteInfo(uniqueId);
1232 return mMutableInfo.id;
1237 mImmutableInfo = new MediaRouterClientState.RouteInfo(mMutableInfo);
1247 return mMutableInfo.enabled;
1251 return mMutableInfo.statusCode;
1260 if (!Objects.equal(mMutableInfo.name, name)) {
1261 mMutableInfo.name = name;
1265 if (!Objects.equal(mMutableInfo.description, description)) {
1266 mMutableInfo
[all...]

Completed in 63 milliseconds