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.java1362 private final MediaRouterClientState.RouteInfo mMutableInfo; field in class:MediaRouterService.UserHandler.RouteRecord
1370 mMutableInfo = new MediaRouterClientState.RouteInfo(uniqueId);
1386 return mMutableInfo.id;
1391 mImmutableInfo = new MediaRouterClientState.RouteInfo(mMutableInfo);
1401 return mMutableInfo.enabled;
1405 return mMutableInfo.statusCode;
1414 if (!Objects.equals(mMutableInfo.name, name)) {
1415 mMutableInfo.name = name;
1419 if (!Objects.equals(mMutableInfo.description, description)) {
1420 mMutableInfo
[all...]

Completed in 118 milliseconds