HomeSort by relevance Sort by last modified time
    Searched refs:get_login_status (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
login_CryptohomeOwnerQuery.py 38 if cryptohome.get_login_status()['owner_user_exists']:
47 if not cryptohome.get_login_status()['owner_user_exists']:
  /external/autotest/client/site_tests/platform_BootLockbox/
platform_BootLockbox.py 78 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/cros/
cryptohome.py 127 def get_login_status(): function
136 out = __run_cmd(CRYPTOHOME_CMD + ' --action=get_login_status')

Completed in 484 milliseconds