Searched defs:UpdaterParams (Results 1 – 1 of 1) sorted by relevance
44 struct UpdaterParams { struct45 bool factoryWipeData = false;46 bool userWipeData = false;47 bool sdcardUpdate = false;48 bool forceUpdate = false;49 int retryCount = 0;50 float initialProgress = 0; /* The upgrade starts at the progress bar location */51 … float currentPercentage = 0; /* The proportion of progress bars occupied by the upgrade process */52 unsigned int pkgLocation = 0;