Searched refs:taskPattern (Results 1 – 1 of 1) sorted by relevance
53 Pattern taskPattern = Pattern.compile(COMPONENT_PATTERN, Pattern.CASE_INSENSITIVE); in getComponentName() local54 Matcher matcher = taskPattern.matcher(string); in getComponentName()62 Pattern taskPattern = Pattern.compile(TASK_VISIBILITY, Pattern.CASE_INSENSITIVE); in getVisibility() local63 Matcher matcher = taskPattern.matcher(string); in getVisibility()89 Pattern taskPattern = Pattern.compile(TASK_PATTERN, Pattern.CASE_INSENSITIVE); in getActiveComponents() local90 Matcher matcher = taskPattern.matcher(stackList); in getActiveComponents()