Searched refs:IOverviewProxy (Results 1 – 4 of 4) sorted by relevance
27 import com.android.systemui.shared.recents.IOverviewProxy;66 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in showRecentApps()78 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in hideRecentApps()91 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in toggleRecentApps()
102 import com.android.systemui.shared.recents.IOverviewProxy;172 private IOverviewProxy mOverviewProxy;467 mOverviewProxy = IOverviewProxy.Stub.asInterface(service);848 public IOverviewProxy getProxy() { in getProxy()
27 oneway interface IOverviewProxy { interface
42 import com.android.systemui.shared.recents.IOverviewProxy89 @Mock private lateinit var overviewProxy: IOverviewProxy.Stub