Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java37 import com.android.launcher3.proxy.ProxyActivityStarter;
137 startActivity(ProxyActivityStarter.getLaunchIntent(this, params)); in startIntentSenderForResult()
151 startActivity(ProxyActivityStarter.getLaunchIntent(this, params)); in startActivityForResult()
165 startActivity(ProxyActivityStarter.getLaunchIntent(this, null)); in onDeferredResumed()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
DProxyActivityStarter.java26 public class ProxyActivityStarter extends Activity { class
77 return new Intent(context, ProxyActivityStarter.class) in getLaunchIntent()