Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsDebugFlags.java52 public static final int MockTaskCount = 100; field in RecentsDebugFlags.Static
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java401 int count = Math.min(numLatestTasks, RecentsDebugFlags.Static.MockTaskCount); in getRecentTasks()