Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DAoaDevice.java234 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/
Dmain.sh46 touch "$TIER1_CARRIERS_FILE" > /dev/null
47 touch "$DEVICE_FILE" > /dev/null
/tools/asuite/atest/bazel/scripts/
Dgen_workspace_archive.sh93 touch ${OUT_DIR}/atest_bazel_workspace/remote_coverage_tools/WORKSPACE
/tools/acloud/
Drun_tests_py2.sh108 touch internal/proto/__init__.py
Drun_tests.sh110 touch internal/proto/__init__.py
/tools/asuite/atest/
Dbanner.py40 history_file.touch()
Dbazel_mode_unittest.py77 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()
Dbazel_mode.py717 self.workspace_out_path.joinpath('BUILD.bazel').touch()
/tools/external_updater/
Dtest_manifest.py33 manifest_path.touch()
/tools/asuite/atest/logstorage/
Dlogstorage_utils.py71 upload_requested_file.touch()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileReadOnlyTest.java136 zf.touch(); in cannotTouchInRoMode()
DZFileTest.java81 azf.touch(); in readNonExistingFile()
1044 zf.touch(); in unusedZipAreasAreClearedOnWrite()
/tools/netsim/proto/
DAndroid.bp136 "touch $(genDir)/netsim/__init__.py",
/tools/asuite/atest/integration_tests/
Dsnapshot.py597 file_path.touch()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2065 public void touch() { in touch() method