Searched refs:mAbInstallType (Results 1 – 1 of 1) sorted by relevance
62 c.mAbInstallType = AB_INSTALL_TYPE_NON_STREAMING; in fromJson()65 c.mAbInstallType = AB_INSTALL_TYPE_STREAMING; in fromJson()111 private int mAbInstallType; field in UpdateConfig124 this.mAbInstallType = in.readInt(); in UpdateConfig()132 this.mAbInstallType = installType; in UpdateConfig()148 return mAbInstallType; in getInstallType()159 if (mAbInstallType != AB_INSTALL_TYPE_NON_STREAMING) { in getUpdatePackageFile()177 dest.writeInt(mAbInstallType); in writeToParcel()