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.py77 if cryptohome.get_login_status()['boot_lockbox_finalized']:
101 if cryptohome.get_login_status()['boot_lockbox_finalized']:
107 if not cryptohome.get_login_status()['boot_lockbox_finalized']:
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
Dlogin_CryptohomeOwnerQuery.py36 if cryptohome.get_login_status()['owner_user_exists']:
44 if not cryptohome.get_login_status()['owner_user_exists']:
/external/autotest/client/cros/
Dcryptohome.py209 def get_login_status(): function