Home
last modified time | relevance | path

Searched refs:kIneligibleForFeature (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dtether_controller.cc35 case TetherController::Status::kIneligibleForFeature: in operator <<()
H A Dtether_controller.h25 kIneligibleForFeature = 0, enumerator
H A Dtether_controller_impl_unittest.cc333 EXPECT_EQ(GetStatus(), TetherController::Status::kIneligibleForFeature); in TEST_F()
368 EXPECT_EQ(GetStatus(), TetherController::Status::kIneligibleForFeature); in TEST_F()
379 EXPECT_EQ(GetStatus(), TetherController::Status::kIneligibleForFeature); in TEST_F()
H A Dtether_controller_impl.cc412 return Status::kIneligibleForFeature; in ComputeStatus()
419 return Status::kIneligibleForFeature; in ComputeStatus()
H A Dtether_controller_impl.h165 Status status_ = Status::kIneligibleForFeature;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/phonehub/
H A Denable_hotspot_quick_action_controller.cc54 case Status::kIneligibleForFeature: in OnTetherStatusChanged()
H A Dquick_actions_view_unittest.cc71 TetherController::Status::kIneligibleForFeature); in TEST_F()