/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ui_utils.py | 62 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/ |
D | UnknownFileSystemException.java | 32 private final BlockDevice device; field in UnknownFileSystemException 40 public UnknownFileSystemException(BlockDevice device) { in UnknownFileSystemException()
|
D | FileSystemFactory.java | 48 public static FileSystem create(BlockDevice device, boolean readOnly) in create()
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | TestUtils.java | 27 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/ |
D | bt_utils.py | 165 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/ |
D | bt_contacts_utils.py | 269 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/ |
D | Classpaths.java | 55 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/ |
D | aware_test_utils.py | 405 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/ |
D | WifiDppTest.py | 245 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/ |
D | Sector.java | 31 private final BlockDevice device; field in Sector 41 protected Sector(BlockDevice device, long offset, int size) { in Sector()
|
D | FatFileSystem.java | 63 private FatFileSystem(BlockDevice device, boolean readOnly, in FatFileSystem() 120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read()
|
D | Fat32BootSector.java | 57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector() 191 public void writeCopy(BlockDevice device) throws IOException { in writeCopy()
|
D | Fat16RootDirectory.java | 31 private final BlockDevice device; field in Fat16RootDirectory
|
D | FsInfoSector.java | 47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector()
|
D | BootSector.java | 69 protected BootSector(BlockDevice device) { in BootSector() 74 public static BootSector read(BlockDevice device) throws IOException { in read()
|
D | Fat16BootSector.java | 93 public Fat16BootSector(BlockDevice device) { in Fat16BootSector()
|
D | SuperFloppyFormatter.java | 85 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/ |
D | car_media_utils.py | 42 def verifyEventReceived(log, device, event, timeout): argument 168 def isMediaSessionActive(log, device, mediaSession): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | tako_trace_logger.py | 38 def device(self, msg, *args, **kwargs): member in TakoTraceLogger
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/ |
D | bluetooth_metric_logger.py | 68 def get_configuration_data(device): argument
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarMapMceTest.py | 71 def message_delivered(self, device): argument
|
/tools/test/graphicsbenchmark/functional_tests/native/ |
D | mprotect_test.cpp | 93 VkDevice device; in TEST() local
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/ |
D | monsoon.py | 40 def __init__(self, serial, device=None): argument
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | BaseGameQualificationMetricCollector.java | 43 public void setDevice(ITestDevice device) { in setDevice()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | pdu.py | 88 def _create_device(device, host, username, password): argument
|