/platform_testing/libraries/flicker/ |
D | README.md | 4 …y discontinuous, or unpredictable behavior seen during UI transitions that is not due to performan… 5 This is often the result of a logic error in the code and difficult to identify because the issue i… 38 // This is the part of the transition that will be tested. 50 Run the transition to get a list of `TransitionResult` for each time the transition is repeated. 80 // check a change in assertions, e.g. wallpaper window is visible, 90 The `reason` string is build along the way with all the details as to why the assertions failed and… 120 … transition (after the `runBefore` calls) and stopped after the transition is completed. Each iter… 123 Captures Layers trace. This monitor is started by default. Build a transition with `skipLayersTrace… 125 Captures Window Manager trace. This monitor is started by default. Build a transition with `skipWin… 127 …is started by default and is used to eliminate *janky* runs. If an iteration has skipped frames, a… [all …]
|
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/ |
D | testIndexedScheduling_respectsSchedule.textpb | 3 index: 2 # Note this is scenario #2, not #1. 6 index: 1 # Note this is scenario #1, not #2.
|
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/ |
D | SettingTest.java | 20 import static org.hamcrest.Matchers.is; 96 assertThat(mSettingHelper.get().getDayNightModeStatus().getValue(), is(DAY_MODE_VALUE)); in testDayMode() 105 is(UiModeManager.MODE_NIGHT_YES)); in testNightMode()
|
/platform_testing/libraries/audio-test-harness/ |
D | OWNERS | 1 # Audio Test Harness is owned by the Android Media Framework EngProd team (amf-engprod@).
|
/platform_testing/libraries/audio-test-harness/proto/ |
D | audio_format.proto | 11 * distributed under the License is distributed on an "AS IS" BASIS, 39 // is false meaning that the audio is little endian.
|
D | audio_test_harness_service.proto | 11 * distributed under the License is distributed on an "AS IS" BASIS, 35 // If the capture is started successfully, the host will return a series of
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-health-stat-reported/ |
D | README.md | 3 This config is used to log all changes in WiFi strength and sufficiency during a test, as defined by
|
/platform_testing/tests/example/devcodelab/ |
D | README | 3 This test is a purposely broken instrumentation apk test meant for new
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BatteryStatsListener.java | 184 InputStream is = new ParcelFileDescriptor.AutoCloseInputStream( in dumpBatteryStats() argument 190 while((bytes = is.read(buf)) != -1) { in dumpBatteryStats() 210 InputStream is = new ParcelFileDescriptor.AutoCloseInputStream( in resetBatteryStats() argument 212 BufferedReader reader = new BufferedReader(new InputStreamReader(is)) in resetBatteryStats()
|
/platform_testing/libraries/flicker/test/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 24 // sign this with platform cert, so this test is allowed to call private platform apis
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | BatterystatsCollectorHostTest.java | 101 InputStream is = new BufferedInputStream(new FileInputStream(metricFile)) in testBatteryStatsListener_perRun() 103 BatteryStatsServiceDumpProto bssdp = BatteryStatsServiceDumpProto.parseFrom(is); in testBatteryStatsListener_perRun() 148 InputStream is = new BufferedInputStream(new FileInputStream(metricFile)) in testBatteryStatsListener_perTest() 150 BatteryStatsServiceDumpProto bssdp = BatteryStatsServiceDumpProto.parseFrom(is); in testBatteryStatsListener_perTest()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/ |
D | README.md | 4 Winscope (development/tools/winscope), which is written in JavaScript.
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | DumpsysMeminfoHelper.java | 181 private static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() argument 186 while ((count = is.read(buffer)) != -1) { in readInputStreamFully() 189 is.close(); in readInputStreamFully()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | profile.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 45 // For app-based scenarios, whether to stay in the app after the tested action is performed.
|
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 123 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(instr.getUiAutomation() in executeCommandBlocking() argument 129 while ((length = is.read(buf)) >= 0) { in executeCommandBlocking()
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 4 REM It is to be used with BYOB setup to run tests on cloud VMs. 9 REM It will return 0 if it is able to execute tests, otherwise
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS, 33 * If a config fails to parse, an error is thrown and the build will fail.
|
/platform_testing/libraries/junitxml/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS,
|
/platform_testing/utils/wifistrengthscanner/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS,
|
/platform_testing/tests/microbenchmarks/LauncherIconsApp/ |
D | Android.bp | 10 // distributed under the License is distributed on an "AS IS" BASIS,
|
/platform_testing/utils/esimutility/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS,
|
/platform_testing/libraries/timeresult-helper/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS,
|
/platform_testing/libraries/health/runners/longevity/platform/samples/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 36 * If a profile fails to parse, an error is thrown and the build will fail.
|
/platform_testing/libraries/health/runners/longevity/platform/tests/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 36 * If a profile fails to parse, an error is thrown and the build will fail.
|
/platform_testing/libraries/system-helpers/settings-helper/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS,
|