Searched refs:deviceSet (Results 1 – 2 of 2) sorted by relevance
1154 std::set<decltype(stepToDeviceId(plan.forTest_compoundGetSteps()[0]))> deviceSet; in TEST_P() local1156 deviceSet.insert(stepToDeviceId(step)); in TEST_P()1162 ASSERT_TRUE(deviceSet.size() == signaturesForDriver.size() || in TEST_P()1163 deviceSet.size() == signaturesForDriver.size() + 1); in TEST_P()
3973 Set<BluetoothDevice> deviceSet = new HashSet<BluetoothDevice>(devices); in toDeviceSet() local3974 return Collections.unmodifiableSet(deviceSet); in toDeviceSet()