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

  /external/autotest/client/site_tests/platform_CryptohomeMultiple/
platform_CryptohomeMultiple.py 11 cryptohome_proxy = None variable in class:platform_CryptohomeMultiple
19 if not self.cryptohome_proxy.mount(user, 'test', create=True):
21 self.cryptohome_proxy.require_mounted(user)
22 if not self.cryptohome_proxy.unmount(user):
26 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
  /external/autotest/client/site_tests/platform_CryptohomeBadPerms/
platform_CryptohomeBadPerms.py 13 cryptohome_proxy = None variable in class:platform_CryptohomeBadPerms
16 if self.cryptohome_proxy.mount(user, 'test', create=True):
20 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
  /external/autotest/client/site_tests/platform_CryptohomeNonDirs/
platform_CryptohomeNonDirs.py 13 cryptohome_proxy = None variable in class:platform_CryptohomeNonDirs
16 if self.cryptohome_proxy.mount(user, 'test', create=True):
31 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 28 cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
31 cryptohome_proxy.ensure_clean_cryptohome_for(user)
  /external/autotest/client/site_tests/login_MultiUserPolicy/
login_MultiUserPolicy.py 37 cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
38 cryptohome_proxy.ensure_clean_cryptohome_for(self._user1)
39 cryptohome_proxy.ensure_clean_cryptohome_for(self._user2)

Completed in 140 milliseconds