Searched refs:hardlock_states (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler_unittest.cc773 std::vector<EasyUnlockScreenlockStateHandler::HardlockState> hardlock_states; local
774 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::NO_HARDLOCK);
775 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::USER_HARDLOCK);
776 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::PAIRING_CHANGED);
777 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::PAIRING_ADDED);
778 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::NO_PAIRING);
779 hardlock_states.push_back(EasyUnlockScreenlockStateHandler::LOGIN_FAILED);
781 for (size_t i = 0; i < hardlock_states.size(); ++i) {
782 state_handler_->SetHardlockState(hardlock_states[i]);

Completed in 51 milliseconds