Searched refs:testResults (Results 1 – 5 of 5) sorted by relevance
36 (-r) testResults="$2"; shift;;47 testResults=${testResults:=$defaultPattern}224 for i in $testResults
1028 TestResults testResults; in run_phases() local1034 testResults.SetCurrentAction(&action); in run_phases()1036 &testResults); in run_phases()1054 if (!testResults.IsSuccess()) { in run_phases()1056 testResults.GetErrorMessage().c_str(), g_escapeEndColor); in run_phases()
138 val stackTrace = testResults[it]?.stackTrace
2517 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithRoamingMatch() local2519 assertEquals(1, testResults.size()); in getMatchingScanResultsTestWithRoamingMatch()2539 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithHomeMatch() local2541 assertEquals(1, testResults.size()); in getMatchingScanResultsTestWithHomeMatch()2564 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithNonMatch() local2566 assertEquals(0, testResults.size()); in getMatchingScanResultsTestWithNonMatch()
3071 List<WifiConfiguration> testResults = new ArrayList<>(); in testGetWifiConfigsForMatchedNetworkSuggestions() local3072 testResults.add(new WifiConfiguration()); in testGetWifiConfigsForMatchedNetworkSuggestions()3075 .thenReturn(testResults); in testGetWifiConfigsForMatchedNetworkSuggestions()3076 assertEquals(testResults, mWifiManager in testGetWifiConfigsForMatchedNetworkSuggestions()