Home
last modified time | relevance | path

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

/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoModule.java168 static Recents provideRecents(Context context, RecentsImplementation recentsImplementation, in provideRecents() argument
170 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIModule.java127 static Recents provideRecents(Context context, RecentsImplementation recentsImplementation, in provideRecents() argument
129 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()