Home
last modified time | relevance | path

Searched refs:testResults (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/extras/tests/workloads/
H A Dpwrsummary.sh36 (-r) testResults="$2"; shift;;
47 testResults=${testResults:=$defaultPattern}
224 for i in $testResults
/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp1028 TestResults testResults; in run_phases() local
1034 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()
/aosp12/packages/modules/NetworkStack/tests/hostlib/src/com/android/testutils/host/
H A DDeflakeHostTestBase.kt138 val stackTrace = testResults[it]?.stackTrace
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java2517 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithRoamingMatch() local
2519 assertEquals(1, testResults.size()); in getMatchingScanResultsTestWithRoamingMatch()
2539 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithHomeMatch() local
2541 assertEquals(1, testResults.size()); in getMatchingScanResultsTestWithHomeMatch()
2564 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithNonMatch() local
2566 assertEquals(0, testResults.size()); in getMatchingScanResultsTestWithNonMatch()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java3071 List<WifiConfiguration> testResults = new ArrayList<>(); in testGetWifiConfigsForMatchedNetworkSuggestions() local
3072 testResults.add(new WifiConfiguration()); in testGetWifiConfigsForMatchedNetworkSuggestions()
3075 .thenReturn(testResults); in testGetWifiConfigsForMatchedNetworkSuggestions()
3076 assertEquals(testResults, mWifiManager in testGetWifiConfigsForMatchedNetworkSuggestions()