Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerState.java651 private static final Pattern VISIBILITY_PATTERN = Pattern.compile("keysPaused=(\\S+) " field in ActivityManagerState.Activity
698 Matcher matcher = VISIBILITY_PATTERN.matcher(line); in extract()