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

  /frameworks/native/cmds/installd/
otapreopt_slot.sh 23 if test -d /data/ota/$SLOT_SUFFIX/dalvik-cache ; then
27 NEW_SIZE=$(du -h -s /data/ota/$SLOT_SUFFIX/dalvik-cache)
28 mv /data/ota/$SLOT_SUFFIX/dalvik-cache/* /data/dalvik-cache/
29 rmdir /data/ota/$SLOT_SUFFIX/dalvik-cache
30 rmdir /data/ota/$SLOT_SUFFIX
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
OtaService.java 17 package com.android.managedprovisioning.ota;
24 * Service that keeps the ota process alive.
PreBootListener.java 16 package com.android.managedprovisioning.ota;
TaskExecutor.java 17 package com.android.managedprovisioning.ota;
23 * Class that executes the provisioning tasks during the OTA process.
OtaController.java 17 package com.android.managedprovisioning.ota;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ota/
TaskExecutorTest.java 17 package com.android.managedprovisioning.ota;
OtaControllerTest.java 17 package com.android.managedprovisioning.ota;
  /system/update_engine/scripts/
update_device.py 31 # The path used to store the OTA package when applying the package from a file.
68 Android OTA packages traditionally used a .zip file to store the payload. When
74 # Android OTA package file paths.
194 ota = AndroidOTAPackage(ota_filename)
195 headers = ota.properties
202 '--payload=%s' % payload_url, '--offset=%d' % ota.offset,
203 '--size=%d' % ota.size, '--headers="%s"' % headers]
240 parser = argparse.ArgumentParser(description='Android A/B OTA helper.')
242 help='the OTA package file (a .zip file).')
  /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
OtaStabilityTestTest.java 16 package com.android.ota.tests;
OtaStabilityTest.java 16 package com.android.ota.tests;
56 * A test that will flash a build on a device, wait for the device to be OTA-ed to another build,
61 * to receive the OTA to a new build.
63 @OptionClass(alias = "ota-stability")
73 "The name of the ota stability test run. Used to report metrics.")
74 private String mRunName = "ota-stability";
77 "Number of ota stability 'flash + wait for ota' iterations to run.")
81 "Number of minutes to wait for device to begin installing ota.")
85 "Number of minutes to wait for device to be online after beginning ota installation."
    [all...]
SideloadOtaStabilityTest.java 17 package com.android.ota.tests;
65 * A test that will perform repeated flash + install OTA actions on a device.
73 * receive the OTA to a new build.
75 @OptionClass(alias = "ota-stability")
96 "The name of the ota stability test run. Used to report metrics.")
97 private String mRunName = "ota-stability";
100 "Number of ota stability 'flash + wait for ota' iterations to run.")
103 @Option(name = "resume", description = "Resume the ota test run if an device setup error "
108 "The maximum time to wait for an ota to install in seconds."
    [all...]
  /build/make/target/product/
runtime_libart.mk 102 pm.dexopt.ab-ota=speed-profile
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 49 * A service for A/B OTA dexopting.
60 // The amount of "available" (free - low threshold) space necessary at the start of an OTA to
102 OtaDexoptService ota = new OtaDexoptService(context, packageManagerService); local
103 ServiceManager.addService("otadexopt", ota);
106 ota.moveAbArtifacts(packageManagerService.mInstaller);
108 return ota;
126 // Important: the packages we need to run with ab-ota compiler-reason.
166 Log.i(TAG, "Cleaning up OTA Dexopt state.");
212 Log.w(TAG, "Not enough space for OTA dexopt, stopping with "
331 // Use the package manager install and install lock here for the OTA dex optimizer
    [all...]
  /device/google/marlin/marlin/
BoardConfig.mk 186 #Add NON-HLOS files for ota upgrade
  /device/google/marlin/sailfish/
BoardConfig.mk 176 #Add NON-HLOS files for ota upgrade
  /build/make/tools/releasetools/
ota_from_target_files 18 Given a target-files zipfile, produces an OTA package that installs
19 that build. An incremental OTA is produced if -i is given, otherwise
20 a full OTA is produced.
37 Generate an incremental OTA using the given target-files zip as
41 When generating an incremental OTA, always include a full copy of
43 because a full radio is always included in a full OTA if applicable.
46 Similar to --full_radio. When generating an incremental OTA, always
65 Generate an OTA package that will wipe the user data partition
69 Intentionally generate an incremental OTA that updates from a newer
71 will be replaced by "ota-downgrade=yes" in the metadata file. A dat
    [all...]
ota_from_target_files.py 18 Given a target-files zipfile, produces an OTA package that installs
19 that build. An incremental OTA is produced if -i is given, otherwise
20 a full OTA is produced.
37 Generate an incremental OTA using the given target-files zip as
41 When generating an incremental OTA, always include a full copy of
43 because a full radio is always included in a full OTA if applicable.
46 Similar to --full_radio. When generating an incremental OTA, always
65 Generate an OTA package that will wipe the user data partition
69 Intentionally generate an incremental OTA that updates from a newer
71 will be replaced by "ota-downgrade=yes" in the metadata file. A dat
    [all...]
  /system/sepolicy/private/
file_contexts 325 /data/ota(/.*)? u:object_r:ota_data_file:s0
  /build/make/core/
Makefile 176 # The string used to uniquely identify the combined build and product; used by the OTA server.
194 # The string used to uniquely identify the system build; used by the OTA server.
480 # for future OTA packages installed by this system. Actual product
    [all...]

Completed in 565 milliseconds