Searched refs:RecentsTvImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvImpl.java43 public class RecentsTvImpl extends RecentsImpl{ class in inherits:RecentsImpl
49 public RecentsTvImpl(Context context) { method in class:RecentsTvImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java60 import com.android.systemui.recents.tv.RecentsTvImpl;
199 mImpl = new RecentsTvImpl(mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java84 import com.android.systemui.recents.tv.RecentsTvImpl;
417 || topActivity.getClassName().equals(RecentsTvImpl.RECENTS_TV_ACTIVITY)));

Completed in 200 milliseconds