Searched defs:EasyUnlockScreenlockStateHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler.cc18 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
78 EasyUnlockScreenlockStateHandler::EasyUnlockScreenlockStateHandler( function in class:EasyUnlockScreenlockStateHandler
[all...]
H A Deasy_unlock_screenlock_state_handler.h18 class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer { class in inherits:ScreenlockBridge::Observer
65 EasyUnlockScreenlockStateHandler(const std::string& user_email,
68 virtual ~EasyUnlockScreenlockStateHandler();
125 DISALLOW_COPY_AND_ASSIGN(EasyUnlockScreenlockStateHandler);

Completed in 55 milliseconds