Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIModule.java138 static Recents provideRecents(Context context, RecentsImplementation recentsImplementation, in provideRecents() argument
140 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoModule.java185 static Recents provideRecents(Context context, RecentsImplementation recentsImplementation, in provideRecents() argument
187 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()