HomeSort by relevance Sort by last modified time
    Searched defs:EasyUnlockScreenlockStateHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.cc 18 EasyUnlockScreenlockStateHandler::State state) {
20 case EasyUnlockScreenlockStateHandler::STATE_NO_BLUETOOTH:
21 case EasyUnlockScreenlockStateHandler::STATE_NO_PHONE:
22 case EasyUnlockScreenlockStateHandler::STATE_PHONE_NOT_AUTHENTICATED:
23 case EasyUnlockScreenlockStateHandler::STATE_PHONE_LOCKED:
24 case EasyUnlockScreenlockStateHandler::STATE_PHONE_NOT_NEARBY:
25 case EasyUnlockScreenlockStateHandler::STATE_PHONE_UNLOCKABLE:
26 case EasyUnlockScreenlockStateHandler::STATE_PHONE_UNSUPPORTED:
28 case EasyUnlockScreenlockStateHandler::STATE_BLUETOOTH_CONNECTING:
30 case EasyUnlockScreenlockStateHandler::STATE_AUTHENTICATED
    [all...]
easy_unlock_screenlock_state_handler.h 18 class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer {
65 EasyUnlockScreenlockStateHandler(const std::string& user_email,
68 virtual ~EasyUnlockScreenlockStateHandler();
125 DISALLOW_COPY_AND_ASSIGN(EasyUnlockScreenlockStateHandler);

Completed in 63 milliseconds