Lines Matching full:routes
537 * Sets the audio routes supported by this {@link PhoneAccount}.
539 * @param routes bit mask of available routes.
543 public Builder setSupportedAudioRoutes(int routes) {
544 mSupportedAudioRoutes = routes;
674 * Determines if this {@code PhoneAccount} has routes specified by the passed in bit mask.
676 * @param route The routes to check.
677 * @return {@code true} if the phone account has the routes.
680 public boolean hasAudioRoutes(int routes) {
681 return (mSupportedAudioRoutes & routes) == routes;
724 * The audio routes supported by this {@code PhoneAccount}.
912 .append(" Audio Routes: ")