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/ |
D | README.md | 3 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/ |
D | Android.bp | 4 // 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/ |
D | README.md | 10 ## 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/ |
D | Android.bp | 4 // 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/ |
D | testExtraArgs_unregisteredAfterTest.textpb | 34 key: "in-test-option" 35 value: "in-test-override" 42 value: "in-test-option"
|
D | testExtraArgs_registeredBeforeTest.textpb | 20 key: "in-test-option" 21 value: "in-test-override"
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | screenshot_result.proto | 5 * 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/ |
D | Android.bp | 5 // 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/ |
D | profile.proto | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | robolectric.properties | 4 # 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/ |
D | ReadMe.md | 40 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/ |
D | Android.bp | 5 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 4 // 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/ |
D | Android.bp | 5 // 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