Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 36) sorted by relevance

12

/platform_testing/utils/shell-as/
DAndroid.bp16 name: "shell-as",
24 ":shell-as-test-app-apk-cpp",
52 // functionality. This can be used as a target for shell-as to emulate the
55 name: "shell-as-test-app",
56 manifest: ":shell-as-test-app-manifest",
59 certificate: ":shell-as-test-app-cert",
65 // shell-as-test-app-key \
68 name: "shell-as-test-app-cert",
69 certificate: "shell-as-test-app-key",
73 name: "shell-as-test-app-manifest",
[all …]
DREADME.md1 # shell-as
3 shell-as is a utility that can be used to execute a binary in a less privileged
16 shell-as \
25 shell-as --pid 1 /system/bin/id
32 shell-as --profile untrusted-app /system/bin/id
DOWNERS1 # Code owners for shell-as
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DJUnitXmlRunner.java75 Class[] as = in main() local
94 AtestRunListener atestRunListener = getAtestRunListener(calcTestCount(as)); in main()
98 Result result = core.run(as); in main()
108 private static int calcTestCount(Class[] as) { in calcTestCount() argument
110 for (Class cls : as) { in calcTestCount()
/platform_testing/tests/bettertogether/quickstart/snippets/
DAndroid.bp20 // setup the 2nd nearby connection test, as
31 // setup the 3P API nearby connection test, as
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-health-stat-reported/
DREADME.md3 This config is used to log all changes in WiFi strength and sufficiency during a test, as defined by
/platform_testing/tests/example/devcodelab/
DREADME4 developers to fix and run locally as they learn how to Android.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/on-device-power-measurement/
DREADME.md3 …used to pull the on-device power measurement before and after a test and test run as defined in the
/platform_testing/tests/example/native/
DAndroid.bp31 // Do not mark as unit tests, to use as a validation in test mapping
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-freq/
DREADME.md3 … pull the cpu time per frequency at the start and end of tests or test run as defined in the CpuTi…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-controller-energy/
DREADME.md4 test or a test run, as defined by the WifiActivityInfo atom.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-cluster-time/
DREADME.md3 …rocess user time and system time at the start and end of tests or test run as defined in the CpuCl…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/subsystem-sleep-state/
DREADME.md3 These configs are used to collect the subsystem sleep state on the device as defined in the Subsyst…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/remaining-battery-capacity/
DREADME.md3 These configs are used to collect the remaining battery capacity on the device as defined in the
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-uid-freq/
DREADME.md3 … pull the cpu time per frequency at the start and end of tests or test run as defined in the CpuTi…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-thread-freq/
DREADME.md3 …ge for each thread per frequency at the start and end of tests or test run as defined in the CpuTi…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/mobile-bytes-transfer/
DREADME.md3 …d via mobile networks(sum of foreground and background usage)on the device as defined in the Mobil…
/platform_testing/tests/bettertogether/quickstart/performance_test/
DAndroid.bp98 unit_test: false, // as Mobly tests require device(s)
128 unit_test: false, // as Mobly tests require device(s)
157 unit_test: false, // as Mobly tests require device(s)
/platform_testing/tests/functional/devicehealthchecks/assets/
Dbug_map10 system_app_anr executing\sservice\scom.google.android.as/com.google.android.apps.miphone.aiai.echo.…
11 system_app_anr executing\sservice\scom.google.android.as/com.google.android.apps.miphone.aiai.echo.…
12 system_app_anr executing\sservice\scom.google.android.as/com.google.android.apps.miphone.aiai.actio…
21 system_app_crash com.google.android.as.*\s.*\s.*\s.*\s*.*act=android.net.wifi.STATE_CHANGE 161559360
/platform_testing/libraries/flicker/
DREADME.md54 `TransitionResult` contains paths to test artifacts such as Winscope traces and screen recordings.
60 Each trace can be represented as a ordered collection of trace entries, with an associated timestam…
90 The `reason` string is build along the way with all the details as to why the assertions failed and…
114 The tests can be run as any other Android JUnit tests. `frameworks/base/tests/FlickerTests` uses th…
139 // such as if layer is not found or layer is not hidden by parent
/platform_testing/libraries/sts-common-util/util/tests/
DAndroid.bp31 // tag this module as a test artifact
/platform_testing/tests/example/mobly/
DAndroid.bp27 unit_test: false, // as Mobly tests require device(s)
/platform_testing/libraries/sts-common-util/device-side/tests/
DAndroid.bp31 // tag this module as a test artifact
/platform_testing/libraries/sts-common-util/host-side/tests/
DAndroid.bp32 // tag this module as a test artifact
/platform_testing/libraries/sts-common-util/sts-sdk/package/
Dbuild.gradle35 // the project name to your submodule as well as the APK output filename.

12