Home
last modified time | relevance | path

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

/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py241 _LAUNCHER_FOCUSED_RE = re.compile( variable in DeviceUtils
1076 return any(self._LAUNCHER_FOCUSED_RE.match(l) for l in output)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py278 _LAUNCHER_FOCUSED_RE = re.compile( variable in DeviceUtils
1164 return any(self._LAUNCHER_FOCUSED_RE.match(l) for l in output)