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

/frameworks/base/media/java/android/media/
H A DMediaRouterClientState.java88 public int supportedTypes; field in class:MediaRouterClientState.RouteInfo
114 supportedTypes = other.supportedTypes;
130 supportedTypes = in.readInt();
152 dest.writeInt(supportedTypes);
169 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes)
H A DMediaRouter.java483 route.mSupportedTypes = globalRoute.supportedTypes;
511 if (oldSupportedTypes != globalRoute.supportedTypes) {
512 route.mSupportedTypes = globalRoute.supportedTypes;
2109 String supportedTypes = typesToString(getSupportedTypes());
2114 ", supportedTypes=" + supportedTypes +
2804 public boolean filterRouteEvent(int supportedTypes) { argument
2806 || (type & supportedTypes) != 0;

Completed in 119 milliseconds