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

  /external/autotest/client/cros/crash/
user_crash_test.py 184 def _run_crasher_process(self, username, cause_crash=True, consent=True,
197 @param consent: Whether the user consents to crash reporting.
248 self._set_consent(consent)
280 expected_reason = 'handling' if consent else 'ignoring - no consent'
384 cause_crash=True, consent=True,
391 username, cause_crash=cause_crash, consent=consent,
401 if not consent:
479 def _check_crashing_process(self, username, consent=True
    [all...]
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 68 """Test that without consent no files are stored."""
69 results = self._check_crashing_process('chronos', consent=False)
78 """Test that without consent no files are stored."""
79 results = self._check_crashing_process('root', consent=False)
164 consent=True)
  /external/syzkaller/vendor/golang.org/x/oauth2/
oauth2.go 95 // ApprovalForce forces the users to view the consent dialog
116 // AuthCodeURL returns a URL to OAuth 2.0 provider's consent page

Completed in 1002 milliseconds