HomeSort by relevance Sort by last modified time
    Searched refs:InstallFlowAnalytics (Results 1 - 3 of 3) sorted by null

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 48 public class InstallFlowAnalytics implements Parcelable {
50 private static final String TAG = "InstallFlowAnalytics";
150 public static final Parcelable.Creator<InstallFlowAnalytics> CREATOR =
151 new Parcelable.Creator<InstallFlowAnalytics>() {
153 public InstallFlowAnalytics createFromParcel(Parcel in) {
154 return new InstallFlowAnalytics(in);
158 public InstallFlowAnalytics[] newArray(int size) {
159 return new InstallFlowAnalytics[size];
163 public InstallFlowAnalytics() {}
165 public InstallFlowAnalytics(Parcel in)
    [all...]
PackageInstallerActivity.java 81 private InstallFlowAnalytics mInstallFlowAnalytics;
422 mInstallFlowAnalytics = new InstallFlowAnalytics();
437 InstallFlowAnalytics.RESULT_FAILED_UNSUPPORTED_SCHEME);
457 InstallFlowAnalytics.RESULT_FAILED_PACKAGE_MISSING);
474 InstallFlowAnalytics.RESULT_FAILED_TO_GET_PACKAGE_INFO);
498 InstallFlowAnalytics.RESULT_BLOCKED_BY_UNKNOWN_SOURCES_SETTING);
578 InstallFlowAnalytics.RESULT_CANCELLED_BY_USER);
629 InstallFlowAnalytics.RESULT_CANCELLED_BY_USER);
InstallAppProgress.java 64 private InstallFlowAnalytics mInstallFlowAnalytics;
178 InstallFlowAnalytics.RESULT_FAILED_UNSUPPORTED_SCHEME);

Completed in 99 milliseconds