Searched refs:IOverviewProxy (Results 1 – 4 of 4) sorted by relevance
26 import com.android.systemui.shared.recents.IOverviewProxy;61 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in showRecentApps()73 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in hideRecentApps()86 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in toggleRecentApps()
105 import com.android.systemui.shared.recents.IOverviewProxy;175 private IOverviewProxy mOverviewProxy;528 mOverviewProxy = IOverviewProxy.Stub.asInterface(service);901 public IOverviewProxy getProxy() { in getProxy()
26 oneway interface IOverviewProxy { interface
48 import com.android.systemui.shared.recents.IOverviewProxy99 @Mock private lateinit var overviewProxy: IOverviewProxy.Stub