Searched refs:InstallAppProgress (Results 1 – 2 of 2) sorted by relevance
55 public class InstallAppProgress extends Activity implements View.OnClickListener, OnCancelListener { class113 mLaunchButton.setOnClickListener(InstallAppProgress.this);141 mDoneButton.setOnClickListener(InstallAppProgress.this);
596 newIntent.setClass(this, InstallAppProgress.class);597 newIntent.putExtra(InstallAppProgress.EXTRA_MANIFEST_DIGEST, mPkgDigest);599 InstallAppProgress.EXTRA_INSTALL_FLOW_ANALYTICS, mInstallFlowAnalytics);