Home
last modified time | relevance | path

Searched refs:getAllBluetoothRoutes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DBluetoothRouteController.java103 List<MediaRoute2Info> getAllBluetoothRoutes(); in getAllBluetoothRoutes() method
159 public List<MediaRoute2Info> getAllBluetoothRoutes() { in getAllBluetoothRoutes() method in BluetoothRouteController.NoOpBluetoothRouteController
DSystemMediaRoute2Provider.java338 for (MediaRoute2Info route : mBluetoothRouteController.getAllBluetoothRoutes()) { in generateDeviceRouteSelectedSessionInfo()
375 for (MediaRoute2Info route : mBluetoothRouteController.getAllBluetoothRoutes()) { in updateProviderState()
545 for (MediaRoute2Info btRoute : mBluetoothRouteController.getAllBluetoothRoutes()) { in isRequestedRouteConnectedBtRoute()
DLegacyBluetoothRouteController.java209 List<MediaRoute2Info> routes = getAllBluetoothRoutes(); in getTransferableRoutes()
218 public List<MediaRoute2Info> getAllBluetoothRoutes() { in getAllBluetoothRoutes() method in LegacyBluetoothRouteController