OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ota
(Results
1 - 10
of
10
) sorted by null
/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
;
/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
...]
/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
;
/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
...]
Completed in 736 milliseconds