Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py69 RELEASE_ID_REGEXES = [re.compile(r'\w+\.\d+\.\d+'), re.compile(r'N\w+')] variable
453 for regex in RELEASE_ID_REGEXES: