Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dpolicy_ImagesBlockedForUrls.py48 URL1_DATA = [URL_HOST] variable in policy_ImagesBlockedForUrls
55 '1Url': URL1_DATA,
146 policy_value = ','.join(self.URL1_DATA)
147 policy_json = {'ImagesBlockedForUrls': self.URL1_DATA}
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py48 URL1_DATA = [URL_HOST] variable in policy_ImagesAllowedForUrls
54 '1Url': URL1_DATA,
145 policy_value = ','.join(self.URL1_DATA)
146 policy_json = {'ImagesAllowedForUrls': self.URL1_DATA}
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dpolicy_PopupsBlockedForUrls.py42 URL1_DATA = [URL_HOST] variable in policy_PopupsBlockedForUrls
48 '1Url_Blocked': URL1_DATA,
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dpolicy_PopupsAllowedForUrls.py42 URL1_DATA = [URL_HOST] variable in policy_PopupsAllowedForUrls
48 '1Url_Allowed': URL1_DATA,