Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DHome.java361 final ArrayList<ApplicationInfo> recents = new ArrayList<ApplicationInfo>(); in bindRecents() local
373 recents.add(info); in bindRecents()
379 mApplicationsStack.setRecents(recents); in bindRecents()