Searched refs:includeBluetooth (Results 1 – 2 of 2) sorted by relevance
879 private void handleSwitchBaselineRoute(boolean includeBluetooth, String btAddressToExclude) { in handleSwitchBaselineRoute() argument880 routeTo(mIsActive, getBaseRoute(includeBluetooth, btAddressToExclude)); in handleSwitchBaselineRoute()1038 private AudioRoute getPreferredAudioRouteFromDefault(boolean includeBluetooth, in getPreferredAudioRouteFromDefault() argument1050 if (mBluetoothRoutes.isEmpty() || !includeBluetooth in getPreferredAudioRouteFromDefault()1120 public AudioRoute getBaseRoute(boolean includeBluetooth, String btAddressToExclude) { in getBaseRoute() argument1122 if (destRoute == null || (destRoute.getBluetoothAddress() != null && !includeBluetooth)) { in getBaseRoute()1123 destRoute = getPreferredAudioRouteFromDefault(includeBluetooth, btAddressToExclude); in getBaseRoute()
2060 boolean includeBluetooth) { in calculateBaselineRouteMessage() argument2071 && includeBluetooth && !isWatchActiveOrOnlyWatchesAvailable()) { in calculateBaselineRouteMessage()