HomeSort by relevance Sort by last modified time
    Searched refs:last_devices (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
media_stream_impl_unittest.cc 102 const blink::WebVector<blink::WebMediaDeviceInfo>& last_devices() { function in class:content::MediaStreamImplUnderTest
441 EXPECT_FALSE(ms_impl_->last_devices()[0].deviceId().isEmpty());
443 ms_impl_->last_devices()[0].kind());
444 EXPECT_FALSE(ms_impl_->last_devices()[0].label().isEmpty());
445 EXPECT_FALSE(ms_impl_->last_devices()[0].groupId().isEmpty());
448 EXPECT_FALSE(ms_impl_->last_devices()[1].deviceId().isEmpty());
450 ms_impl_->last_devices()[1].kind());
451 EXPECT_FALSE(ms_impl_->last_devices()[1].label().isEmpty());
452 EXPECT_FALSE(ms_impl_->last_devices()[1].groupId().isEmpty());
455 EXPECT_FALSE(ms_impl_->last_devices()[2].deviceId().isEmpty())
    [all...]
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 124 # last_devices denotes all known devices prior to this run
129 last_devices = device_list.GetPersistentDeviceList(last_devices_path)
132 last_devices = []
140 missing_devs = list(set(last_devices) - set(adb_online_devs))
155 all_known_devices = list(set(adb_online_devs) | set(last_devices))
160 # This can happen if for some reason the .last_devices file is not
187 new_devs = set(adb_online_devs) - set(last_devices)

Completed in 117 milliseconds