OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ota
(Results
26 - 41
of
41
) sorted by null
1
2
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/
OtaController.java
17
package com.android.managedprovisioning.
ota
;
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ota/
OtaControllerTest.java
17
package com.android.managedprovisioning.
ota
;
/tools/test/connectivity/acts/tests/google/wifi/
WifiAutoUpdateTest.py
28
from acts.libs.
ota
import ota_updater
84
# Setup WiFi and add few open and wpa networks before
OTA
.
91
# Run
OTA
below, if
ota
fails then abort all tests.
96
"Failed up apply
OTA
update. Aborting tests")
/device/google/marlin/marlin/
BoardConfig.mk
173
#Add NON-HLOS files for
ota
upgrade
/device/google/marlin/sailfish/
BoardConfig.mk
163
#Add NON-HLOS files for
ota
upgrade
/tools/test/connectivity/acts/tests/google/tel/live/
TelLivePreflightTest.py
26
from acts.libs.
ota
import ota_updater
98
self.log.info("Before
OTA
upgrade: %s",
112
self.log.info("
OTA
upgrade with %s by %s", ota_package,
119
abort_all_tests(self.log, "Unable to do
ota
upgrade: %s" % err)
121
self.log.info("After
OTA
upgrade: %s", device_info)
125
ad.log.info("After
OTA
, SIM keeps the locked state")
127
ad.log.error("After
OTA
, SIM loses the locked state")
/tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
OtaStabilityTest.java
16
package com.android.
ota
.tests;
57
* A test that will flash a build on a device, wait for the device to be
OTA
-ed to another build,
62
* to receive the
OTA
to a new build.
64
@OptionClass(alias = "
ota
-stability")
74
"The name of the
ota
stability test run. Used to report metrics.")
75
private String mRunName = "
ota
-stability";
78
"Number of
ota
stability 'flash + wait for
ota
' iterations to run.")
82
"Number of minutes to wait for device to begin installing
ota
.")
86
"Number of minutes to wait for device to be online after beginning
ota
installation."
[
all
...]
SideloadOtaStabilityTest.java
17
package com.android.
ota
.tests;
66
* A test that will perform repeated flash + install
OTA
actions on a device.
74
* receive the
OTA
to a new build.
76
@OptionClass(alias = "
ota
-stability")
97
"The name of the
ota
stability test run. Used to report metrics.")
98
private String mRunName = "
ota
-stability";
101
"Number of
ota
stability 'flash + wait for
ota
' iterations to run.")
104
@Option(name = "resume", description = "Resume the
ota
test run if an device setup error "
109
"The maximum time to wait for an
ota
to install in seconds."
[
all
...]
/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.
34
Generate an incremental
OTA
using the given target-files zip as
38
When generating an incremental
OTA
, always include a full copy of
40
because a full radio is always included in a full
OTA
if applicable.
43
Similar to --full_radio. When generating an incremental
OTA
, always
64
Generate an
OTA
package that will wipe the user data partition
68
Intentionally generate an incremental
OTA
that updates from a newer build
70
"
ota
-downgrade=yes" will be set in the package metadata file. A data wip
[
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.
34
Generate an incremental
OTA
using the given target-files zip as
38
When generating an incremental
OTA
, always include a full copy of
40
because a full radio is always included in a full
OTA
if applicable.
43
Similar to --full_radio. When generating an incremental
OTA
, always
64
Generate an
OTA
package that will wipe the user data partition
68
Intentionally generate an incremental
OTA
that updates from a newer build
70
"
ota
-downgrade=yes" will be set in the package metadata file. A data wip
[
all
...]
/compatibility/cdd/5_multimedia/
5_1_media-codecs.md
116
ringtone formats RTTTL/RTX,
OTA
, and iMelody</td>
120
<li class="table_list">
OTA
(.
ota
)</li>
/system/sepolicy/prebuilts/api/27.0/private/
file_contexts
332
/data/
ota
(/.*)? u:object_r:ota_data_file:s0
/system/sepolicy/prebuilts/api/26.0/private/
file_contexts
325
/data/
ota
(/.*)? u:object_r:ota_data_file:s0
/system/sepolicy/prebuilts/api/28.0/private/
file_contexts
369
/data/
ota
(/.*)? u:object_r:ota_data_file:s0
/system/sepolicy/private/
file_contexts
369
/data/
ota
(/.*)? u:object_r:ota_data_file:s0
/build/make/core/
Makefile
236
# The string used to uniquely identify the combined build and product; used by the
OTA
server.
256
# The string used to uniquely identify the system build; used by the
OTA
server.
602
# for future
OTA
packages installed by this system. Actual product
[
all
...]
Completed in 1637 milliseconds
1
2