Searched refs:allowlist (Results 1 – 2 of 2) sorted by relevance
374 for allowlist in self.gnss_init_error_allowlist:375 if allowlist in error:376 error = re.sub(".*"+allowlist+".*\n?", "", error)378 "from error." % allowlist)
352 String allowlist = ArrayUtil.join("\r\n", setSubtract(mPackages, mExcludePackages)); in runMonkey() local353 device.pushString(allowlist.toString(), DEVICE_ALLOWLIST_PATH); in runMonkey()