Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java62 c.mAbInstallType = AB_INSTALL_TYPE_NON_STREAMING; in fromJson()
65 c.mAbInstallType = AB_INSTALL_TYPE_STREAMING; in fromJson()
111 private int mAbInstallType; field in UpdateConfig
124 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()