Home
last modified time | relevance | path

Searched refs:addNode (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java624 worksourceRequest.createWorkChain().addNode(uid4, "foo"); in testCancelRangingFullMatch()
628 worksourceCancel.createWorkChain().addNode(uid4, "foo"); in testCancelRangingFullMatch()
673 worksourceRequest.createWorkChain().addNode(uid3, null); in testCancelRangingPartialMatch()
1031 wsReq1.createWorkChain().addNode(10, "foo"); in runTestRangingThrottleBackgroundWorkSources()
1033 wsReq2.createWorkChain().addNode(10, "foo"); in runTestRangingThrottleBackgroundWorkSources()
1034 wsReq2.createWorkChain().addNode(20, "bar"); in runTestRangingThrottleBackgroundWorkSources()
1199 ws.createWorkChain().addNode(10, "foo"); in runFloodRequestsTest()
1200 ws.createWorkChain().addNode(20, "bar"); in runFloodRequestsTest()
1201 ws.createWorkChain().addNode(30, "baz"); in runFloodRequestsTest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java100 .addNode(DEFAULT_TEST_UID_1, "tag1") in setUp()
101 .addNode(DEFAULT_TEST_UID_2, "tag2"); in setUp()
329 updated.createWorkChain().addNode( in smokeTestLockLifecycleWithChainedWorkSource()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp1152 void addNode(const RandomVariableNode& node) { mEqualNodes.push_back(node); } in addNode() function in android::nn::fuzzing_test::RandomVariableNetwork::Reverter
1177 reverter.addNode(node); in setEqualIfCompatible()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java1592 .addNode(2292, "tag1"); in sendMultipleSingleScanRequestWhilePreviousScanRunning()