Home
last modified time | relevance | path

Searched defs:dut (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifierTest.java50 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier( in testParcel() local
80 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier(); in testEmptyDoesntMatchAnything() local
92 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier(nsThis); in testSingleMatch() local
111 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier( in testMultipleMatchesAllMembers() local
/packages/services/DeviceAsWebcam/tests/
Dwindows_webcam_test.py71 def setup_for_test_fps(dut, supported_resolutions): argument
96 def test_fps(dut): argument
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/
Dwifi_aware_capabilities_test.py240 self, dut, session_id, is_publish, dtype, service_name, expect_success argument
Dwifi_aware_datapath_test.py669 def attach_with_identity(self, dut): argument
929 def wait_for_request_responses(self, dut, req_keys, aware_ifs, aware_ipv6): argument
1088 def get_network_specifier(self, dut, id, dev_type, peer_mac, sec, net_work_request_id): argument
Dwifi_aware_discovery_test.py427 def verify_discovery_session_term(self, dut, disc_id, config, is_publish, argument
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java5588 private static WifiAwareClientState getInternalClientState(WifiAwareStateManager dut, in getInternalClientState()