Searched refs:policy_error (Results 1 – 1 of 1) sorted by relevance
25 def _test_only_connect_if_available(self, policy_error, user_error): argument47 if policy_error and user_error:50 % policy_error)51 elif not policy_error and user_error:56 elif policy_error and not user_error:57 if not re.match(OUT_OF_RANGE_ERROR, str(policy_error)):60 'network: %s' % policy_error)61 elif not (policy_error or user_error):66 def _test_wifi_disabled_policy(self, policy_error, user_error): argument80 for err in [policy_error, user_error]:[all …]