Searched defs:launcherProxy (Results 1 – 2 of 2) sorted by relevance
61 ILauncherProxy launcherProxy = mLauncherProxyService.getProxy(); in showRecentApps() local73 ILauncherProxy launcherProxy = mLauncherProxyService.getProxy(); in hideRecentApps() local86 ILauncherProxy launcherProxy = mLauncherProxyService.getProxy(); in toggleRecentApps() local
114 @Mock private lateinit var launcherProxy: ILauncherProxy.Stub variable in com.android.systemui.recents.LauncherProxyServiceTest