Home
last modified time | relevance | path

Searched refs:get_login_status (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/platform_BootLockbox/
Dplatform_BootLockbox.py78 if cryptohome.get_login_status()['boot_lockbox_finalized']:
102 if cryptohome.get_login_status()['boot_lockbox_finalized']:
108 if not cryptohome.get_login_status()['boot_lockbox_finalized']:
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
Dlogin_CryptohomeOwnerQuery.py38 if cryptohome.get_login_status()['owner_user_exists']:
46 if not cryptohome.get_login_status()['owner_user_exists']:
/external/autotest/client/cros/
Dcryptohome.py205 def get_login_status(): function