Searched defs:supportedTypes (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DMediaRouter.java487 route.mSupportedTypes = globalRoute.supportedTypes;
515 if (oldSupportedTypes != globalRoute.supportedTypes) {
516 route.mSupportedTypes = globalRoute.supportedTypes;
2049 String supportedTypes = typesToString(getSupportedTypes());
2054 ", supportedTypes=" + supportedTypes +
2741 public boolean filterRouteEvent(int supportedTypes) { argument
2743 || (type & supportedTypes) != 0;
H A DMediaRouterClientState.java98 public int supportedTypes; field in class:MediaRouterClientState.RouteInfo
124 supportedTypes = other.supportedTypes;
140 supportedTypes = in.readInt();
162 dest.writeInt(supportedTypes);
179 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes)

Completed in 64 milliseconds