Searched refs:getSystemRoutes (Results 1 – 4 of 4) sorted by relevance
53 List<MediaRoute2Info> getSystemRoutes(String callerPackageName, boolean isProxyRouter); in getSystemRoutes() method
658 currentSystemRoutes = mMediaRouterService.getSystemRoutes(mContext.getPackageName(), in loadSystemRoutes()
400 public List<MediaRoute2Info> getSystemRoutes(@NonNull String callerPackageName, in getSystemRoutes() method in MediaRouterService405 return mService2.getSystemRoutes(callerPackageName, isProxyRouter); in getSystemRoutes()
227 public List<MediaRoute2Info> getSystemRoutes(@NonNull String callerPackageName, in getSystemRoutes() method in MediaRouter2ServiceImpl