Home | History | Annotate | Download | only in tiles

Lines Matching defs:devices

152         final Set<CastDevice> devices = mController.getCastDevices();
154 for (CastDevice device : devices) {
170 mDetailAdapter.updateItems(devices);
264 private void updateItems(Set<CastDevice> devices) {
267 if (devices != null && !devices.isEmpty()) {
269 for (CastDevice device : devices) {
281 // otherwise list all available devices, and don't move them around
283 for (CastDevice device : devices) {
286 items = new Item[devices.size()];
290 if (!devices.contains(device)) continue;