Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dvm_sanity.py33 def __init__(self, count=1, run_cryptohome=True, run_incognito=True, argument
37 self.run_incognito = run_incognito
49 if self.run_incognito:
143 if opts.run_all or not (opts.run_cryptohome or opts.run_incognito or
145 opts.run_cryptohome = opts.run_incognito = opts.run_screen_lock = True
147 VMSanity(opts.count, opts.run_cryptohome, opts.run_incognito,