Searched refs:run_incognito (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/bin/ |
D | telemetry_sanity.py | 35 def __init__(self, count=1, run_cryptohome=True, run_incognito=True, argument 39 self.run_incognito = run_incognito 52 if self.run_incognito: 148 if opts.run_all or not (opts.run_cryptohome or opts.run_incognito or 151 opts.run_incognito = False # crbug.com/970065 153 TelemetrySanity(opts.count, opts.run_cryptohome, opts.run_incognito,
|
D | vm_sanity.py | 35 def __init__(self, count=1, run_cryptohome=True, run_incognito=True, argument 39 self.run_incognito = run_incognito 52 if self.run_incognito: 148 if opts.run_all or not (opts.run_cryptohome or opts.run_incognito or 151 opts.run_incognito = False # crbug.com/970065 153 TelemetrySanity(opts.count, opts.run_cryptohome, opts.run_incognito,
|
/external/autotest/client/site_tests/telemetry_Sanity/ |
D | telemetry_Sanity.py | 12 def run_once(self, count, run_cryptohome, run_incognito, run_screenlock): argument 16 run_incognito=run_incognito,
|
D | control | 25 run_incognito=False, # crbug.com/970065.
|