Searched defs:supportedTypes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaRouterClientState.java98 public int supportedTypes; field in class:MediaRouterClientState.RouteInfo
122 supportedTypes = other.supportedTypes;
137 supportedTypes = in.readInt();
158 dest.writeInt(supportedTypes);
174 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes)
H A DMediaRouter.java478 route.mSupportedTypes = globalRoute.supportedTypes;
505 if (oldSupportedTypes != globalRoute.supportedTypes) {
506 route.mSupportedTypes = globalRoute.supportedTypes;
1965 String supportedTypes = typesToString(getSupportedTypes());
1970 ", supportedTypes=" + supportedTypes +
2607 public boolean filterRouteEvent(int supportedTypes) { argument
2609 || (type & supportedTypes) != 0;

Completed in 90 milliseconds