Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 37) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dui_utils.py62 def get_screen_dump_xml(device): argument
144 def wait_and_get_xml_node(device, timeout, child=None, sibling=None, **kwargs): argument
191 def has_element(device, **kwargs): argument
209 def get_element_attributes(device, **kwargs): argument
224 def wait_and_click(device, duration_ms=None, **kwargs): argument
248 def wait_and_input_text(device, input_text, duration_ms=None, **kwargs): argument
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DUnknownFileSystemException.java32 private final BlockDevice device; field in UnknownFileSystemException
40 public UnknownFileSystemException(BlockDevice device) { in UnknownFileSystemException()
DFileSystemFactory.java48 public static FileSystem create(BlockDevice device, boolean readOnly) in create()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DTestUtils.java27 public static boolean isGameCoreCertified(INativeDevice device) in isGameCoreCertified()
34 public static void assumeGameCoreCertified(INativeDevice device) in assumeGameCoreCertified()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbt_utils.py165 def android_device_in_paired_state(self, device, mac_address): argument
174 def android_device_in_connected_state(self, device, mac_address): argument
223 def check_device_bt(self, device, **kwargs): argument
237 def check_dut_status(self, device, profiles=None): argument
286 def _compare_profile(self, device, expected): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_contacts_utils.py269 def get_contact_count(device): argument
277 def import_device_contacts_from_vcf(device, destination_path, vcf_file, timeout=10): argument
301 def export_device_contacts_to_vcf(device, destination_path, vcf_file): argument
311 def delete_vcf_files(device): argument
320 def erase_contacts(device): argument
334 def wait_for_phone_number_update_complete(device, expected_count): argument
351 def wait_for_call_log_update_complete(device, expected_count): argument
368 def add_call_log(device, call_log_type, phone_number, call_time): argument
/tools/platform-compat/java/android/compat/testing/
DClasspaths.java55 public static ImmutableList<String> getJarsOnClasspath(INativeDevice device, in getJarsOnClasspath()
67 public static ImmutableSet<ClassDef> getClassDefsFromJar(INativeDevice device, in getClassDefsFromJar()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
Daware_test_utils.py405 def get_mac_addr(device, interface): argument
422 def get_ipv6_addr(device, interface): argument
572 def configure_power_setting(device, mode, name, value): argument
585 def configure_mac_random_interval(device, interval_sec): argument
599 def configure_ndp_allow_any_override(device, override_api_check): argument
616 def config_settings_high_power(device): argument
642 def config_settings_low_power(device): argument
668 def config_power_settings(device, argument
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiDppTest.py245 def gen_uri(self, device, info="DPP_TESTER", chan="81/1", mac=None): argument
279 def get_uri(self, device, uri_id): argument
301 def del_uri(self, device, uri_id): argument
317 device, argument
416 device, argument
448 def stop_responder(self, device, flush=False): argument
742 def stop_initiator(self, device, flush=False): argument
756 device, argument
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSector.java31 private final BlockDevice device; field in Sector
41 protected Sector(BlockDevice device, long offset, int size) { in Sector()
DFatFileSystem.java63 private FatFileSystem(BlockDevice device, boolean readOnly, in FatFileSystem()
120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read()
DFat32BootSector.java57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector()
191 public void writeCopy(BlockDevice device) throws IOException { in writeCopy()
DFat16RootDirectory.java31 private final BlockDevice device; field in Fat16RootDirectory
DFsInfoSector.java47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector()
DBootSector.java69 protected BootSector(BlockDevice device) { in BootSector()
74 public static BootSector read(BlockDevice device) throws IOException { in read()
DFat16BootSector.java93 public Fat16BootSector(BlockDevice device) { in Fat16BootSector()
DSuperFloppyFormatter.java85 private final BlockDevice device; field in SuperFloppyFormatter
101 private SuperFloppyFormatter(BlockDevice device) throws IOException { in SuperFloppyFormatter()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_media_utils.py42 def verifyEventReceived(log, device, event, timeout): argument
168 def isMediaSessionActive(log, device, mediaSession): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dtako_trace_logger.py38 def device(self, msg, *args, **kwargs): member in TakoTraceLogger
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/
Dbluetooth_metric_logger.py68 def get_configuration_data(device): argument
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarMapMceTest.py71 def message_delivered(self, device): argument
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp93 VkDevice device; in TEST() local
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon.py40 def __init__(self, serial, device=None): argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java43 public void setDevice(ITestDevice device) { in setDevice()
/tools/test/connectivity/acts/framework/acts/controllers/
Dpdu.py88 def _create_device(device, host, username, password): argument

12