Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/settings/
DREADME.md3 This package defines interfaces of app-helper libraries in Settings.
7 - If you would like to add a new page in the first layer of Settings, for example, `Display`, please
8 create a `display` folder and add a file `ISettingsDisplayHelper.java` in the `display` folder.
9 - If you would like to add a new page **not** in the first layer of Settings, for example,
11 the first layer (`display`) in Settings. It means `ISettingsDisplayHelper.java` and
12 `ISettingsNightLightHelper.java` are in the same folder.
28 - Put the methods and variables in the same interface if you do something in the page
29 - `goTo\<Page\>` functions should be put in the extended interface, for example, `goToDisplay`
30 should be put in the `ISettingsHomeHelper.java`.
/platform_testing/tests/example/native/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
31 // Do not mark as unit tests, to use as a validation in test mapping
32 // and test harness in some situations.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md10 ## Checking in a config
12 To check in config(s) for a new set of metrics, follow these steps:
15 2. Put the new config(s) in the subdirectory using the directory name and optionally with additional
18 3. Write a README file explaining what the config(s) in the new subdirectory does and put it under
/platform_testing/tests/bootdoa/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
27 cmd: "cp $(in) $(out)",
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestExtraArgs_unregisteredAfterTest.textpb34 key: "in-test-option"
35 value: "in-test-override"
42 value: "in-test-option"
DtestExtraArgs_registeredBeforeTest.textpb20 key: "in-test-option"
21 value: "in-test-override"
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
31 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
32 * in the APK.
37 "&& for file in $${protos[@]} ; do cp $$file $(genDir)/pb/ ; done " +
/platform_testing/tests/functional/devicehealthchecks/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
23 // Only compile source java files in this apk.
/platform_testing/tests/perf/BootHelperApp/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
23 // Only compile source java files in this apk.
/platform_testing/tests/perf/PerformanceAppTest/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
23 // Only compile source java files in this apk.
/platform_testing/libraries/device-collectors/src/hostsidetests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
24 // Only compile source java files in this jar.
/platform_testing/tests/perf/PerfTransitionTest/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
23 // Only compile source java files in this apk.
/platform_testing/libraries/compatibility-common-util/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
38 // Holds golden sample files in assets for validation
/platform_testing/libraries/screenshot/proto/src/main/proto/
Dscreenshot_result.proto5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 // Only compare pixels that have a nonzero alpha value in the reference image.
47 // An "Approve Changes" button will appear in the web UI.
78 // When use_masking in DiffRequest is true, number of pixels that had zero
79 // alpha in the reference image. Otherwise zero.
/platform_testing/libraries/flicker/utils/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
47 "-opt-in=kotlin.ExperimentalMultiplatform",
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
Dprofile.proto4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
45 // For app-based scenarios, whether to stay in the app after the tested action is performed.
55 // For example, scenarios A->B->C with repetitions = 2 will be executed twice in a row:
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
15 // TODO(harrytczhang@): Refactor to share command with the similar genrule in samples. See
35 * directory in the package, which can then be read with asset manager.
41 "&& for file in $${src_protos[@]} ; do fname=$$(basename $$file) " +
/platform_testing/robolab/roboStandaloneProj/tests/config/
Drobolectric.properties4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/platform_testing/tests/bettertogether/betocq/
DReadMe.md40 directed test, the CUJ test can use multiple radios in a more dynamic way. So the
41 debugging is typically more difficult in CUJ tests. That's why CUJ tests run as
44 CUJ test are implemented as the test cases defined in the `compound_test`
46 term `compound_test` refers to the fact that it uses multiple radios in a
50 transfer. We plan to add more CUJs in later releases.
58 device-to-device connection in parallel and thus can support higher
81 - WLAN and Wi-Fi Direct (WFD) concurrency mode operates in the same channel.
83 - Both STA and WFD are connected to 5G indoor channel (for example, 5180 in JP).
90 - Device isn't capable of DBS and so it operates in MCC mode.
113 important to fill in the device capabilities section correctly in the test
[all …]
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/tests/microbenchmarks/LauncherIconsApp/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/host_runners/power/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/scripts/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/host_runners/utils/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/junitxml/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software

12345678910>>...12