Home
last modified time | relevance | path

Searched refs:IsPhoneHubUseBleEnabled (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dconnection_manager_impl.cc139 if (features::IsPhoneHubUseBleEnabled()) { in AttemptConnection()
H A Dconnection_manager_impl_unittest.cc119 if (features::IsPhoneHubUseBleEnabled()) { in CreateFakeConnectionAttempt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/constants/
H A Dchromeos_features.h334 COMPONENT_EXPORT(CHROMEOS_CONSTANTS) bool IsPhoneHubUseBleEnabled();
H A Dchromeos_features.cc758 bool IsPhoneHubUseBleEnabled() { in IsPhoneHubUseBleEnabled() function