Searched refs:getAllBluetoothRoutes (Results 1 – 3 of 3) sorted by relevance
103 List<MediaRoute2Info> getAllBluetoothRoutes(); in getAllBluetoothRoutes() method159 public List<MediaRoute2Info> getAllBluetoothRoutes() { in getAllBluetoothRoutes() method in BluetoothRouteController.NoOpBluetoothRouteController
338 for (MediaRoute2Info route : mBluetoothRouteController.getAllBluetoothRoutes()) { in generateDeviceRouteSelectedSessionInfo()375 for (MediaRoute2Info route : mBluetoothRouteController.getAllBluetoothRoutes()) { in updateProviderState()545 for (MediaRoute2Info btRoute : mBluetoothRouteController.getAllBluetoothRoutes()) { in isRequestedRouteConnectedBtRoute()
209 List<MediaRoute2Info> routes = getAllBluetoothRoutes(); in getTransferableRoutes()218 public List<MediaRoute2Info> getAllBluetoothRoutes() { in getAllBluetoothRoutes() method in LegacyBluetoothRouteController