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

  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
policy_ImagesAllowedForUrls.py 50 URL3_DATA = ['http://www.bing.com', URL_BASE,
56 '3Urls': URL3_DATA
151 policy_value = ','.join(self.URL3_DATA)
152 policy_json = {'ImagesAllowedForUrls': self.URL3_DATA}
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
policy_ImagesBlockedForUrls.py 50 URL3_DATA = ['http://www.bing.com', URL_BASE,
57 '3Urls': URL3_DATA
152 policy_value = ','.join(self.URL3_DATA)
153 policy_json = {'ImagesBlockedForUrls': self.URL3_DATA}
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
policy_PopupsAllowedForUrls.py 44 URL3_DATA = ['http://www.bing.com', URL_BASE,
50 '3Urls_Allowed': URL3_DATA
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
policy_PopupsBlockedForUrls.py 44 URL3_DATA = ['http://www.bing.com', URL_BASE,
50 '3Urls_Blocked': URL3_DATA

Completed in 309 milliseconds