Searched refs:touch (Results 1 – 15 of 15) sorted by relevance
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 234 touch(TOUCH_DOWN, point, duration); in click() 235 touch(TOUCH_UP, point, ACTION_DELAY); in click() 252 touch(TOUCH_DOWN, from, STEP_DELAY); in swipe() 263 touch(TOUCH_DOWN, point, STEP_DELAY); in swipe() 265 touch(TOUCH_UP, to, ACTION_DELAY); in swipe() 269 private void touch(byte type, Point point, Duration pause) { in touch() method in AoaDevice
|
/tools/carrier_settings/ |
D | main.sh | 46 touch "$TIER1_CARRIERS_FILE" > /dev/null 47 touch "$DEVICE_FILE" > /dev/null
|
/tools/asuite/atest/bazel/scripts/ |
D | gen_workspace_archive.sh | 93 touch ${OUT_DIR}/atest_bazel_workspace/remote_coverage_tools/WORKSPACE
|
/tools/acloud/ |
D | run_tests_py2.sh | 108 touch internal/proto/__init__.py
|
D | run_tests.sh | 110 touch internal/proto/__init__.py
|
/tools/asuite/atest/ |
D | banner.py | 40 history_file.touch()
|
D | bazel_mode_unittest.py | 77 self.rules_bzl_file.touch() 81 bazel_configs.joinpath('configs.bzl').touch() 83 self.resource_manager.get_resource_file_path('WORKSPACE').touch() 84 self.resource_manager.get_resource_file_path('bazelrc').touch() 217 bazel_device_def.joinpath('device_def.bzl').touch() 309 Path(workspace_generator.mod_info.mod_info_file_path).touch() 369 some_file.touch() 397 self.rules_bzl_file.touch() 1093 self.robolectric_template_path.touch()
|
D | bazel_mode.py | 717 self.workspace_out_path.joinpath('BUILD.bazel').touch()
|
/tools/external_updater/ |
D | test_manifest.py | 33 manifest_path.touch()
|
/tools/asuite/atest/logstorage/ |
D | logstorage_utils.py | 71 upload_requested_file.touch()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileReadOnlyTest.java | 136 zf.touch(); in cannotTouchInRoMode()
|
D | ZFileTest.java | 81 azf.touch(); in readNonExistingFile() 1044 zf.touch(); in unusedZipAreasAreClearedOnWrite()
|
/tools/netsim/proto/ |
D | Android.bp | 136 "touch $(genDir)/netsim/__init__.py",
|
/tools/asuite/atest/integration_tests/ |
D | snapshot.py | 597 file_path.touch()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFile.java | 2065 public void touch() { in touch() method
|