Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DWindowManagerState.java50 private static final Pattern sAppErrorFocusedWindowPattern = Pattern.compile( field in WindowManagerState
61 sFocusedWindowPattern, sAppErrorFocusedWindowPattern, sFocusedAppPattern };
176 matcher = sAppErrorFocusedWindowPattern.matcher(line); in parseSysDump()