Home
last modified time | relevance | path

Searched refs:it (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java263 Iterator<Integer> it = keys.stream().filter(Objects::nonNull).iterator(); in pressKeys() local
264 while (it.hasNext()) { in pressKeys()
265 Integer keyCode = it.next(); in pressKeys()
267 send(HID.KEYBOARD, new byte[] {(byte) 0}, it.hasNext() ? STEP_DELAY : ACTION_DELAY); in pressKeys()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd9 REM It will return 0 if it is able to execute tests, otherwise
10 REM it will return 1.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md18 3. Write a README file explaining what the config(s) in the new subdirectory does and put it under
47 Once the config file is generated, it can be checked in following the steps in the "Checking in a
/platform_testing/libraries/health/runners/longevity/platform/
DAndroid.bp15 // Filegroup for the profile proto definition that enables referencing it elsewhere.