Home
last modified time | relevance | path

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

/external/chromium_org/components/pairing/
Dfake_host_pairing_controller.cc153 ChangeStageLater(STAGE_ENROLLING); in PairingStageChanged()
156 case STAGE_ENROLLING: { in PairingStageChanged()
Dhost_pairing_controller.h24 STAGE_ENROLLING, enumerator
Dbluetooth_host_pairing_controller.cc289 ChangeStage(STAGE_ENROLLING); in OnPairDevicesMessage()
295 DCHECK_EQ(current_stage_, STAGE_ENROLLING); in SetEnrollmentComplete()
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dhost_pairing_screen.cc88 case HostPairingController::STAGE_ENROLLING: { in PairingStageChanged()