Home
last modified time | relevance | path

Searched refs:results2 (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerState_test.cpp103 ScreenCaptureResults results2; in TEST() local
104 results2.readFromParcel(&p); in TEST()
108 ASSERT_EQ(results.buffer->getWidth(), results2.buffer->getWidth()); in TEST()
109 ASSERT_EQ(results.buffer->getHeight(), results2.buffer->getHeight()); in TEST()
110 ASSERT_EQ(results.buffer->getPixelFormat(), results2.buffer->getPixelFormat()); in TEST()
111 ASSERT_EQ(results.fence->isValid(), results2.fence->isValid()); in TEST()
112 ASSERT_EQ(results.capturedSecureLayers, results2.capturedSecureLayers); in TEST()
113 ASSERT_EQ(results.capturedDataspace, results2.capturedDataspace); in TEST()
114 ASSERT_EQ(results.result, results2.result); in TEST()
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DONSProfileSelectorTest.java151 List<CellInfo> results2 = new ArrayList<CellInfo>(); in testStartProfileSelectionWithNoOpportunisticSub() local
155 results2.add((CellInfo) cellInfoLte); in testStartProfileSelectionWithNoOpportunisticSub()
214 List<CellInfo> results2 = new ArrayList<CellInfo>(); in testStartProfileSelectionSuccess() local
218 results2.add((CellInfo) cellInfoLte); in testStartProfileSelectionSuccess()
267 mONSProfileSelector.mNetworkAvailableCallBackCpy.onNetworkAvailability(results2); in testStartProfileSelectionSuccess()
291 List<CellInfo> results2 = new ArrayList<CellInfo>(); in testStartProfileSelectionWithDifferentPrioritySubInfo() local
295 results2.add((CellInfo) cellInfoLte); in testStartProfileSelectionWithDifferentPrioritySubInfo()
299 results2.add((CellInfo) cellInfoLte_2); in testStartProfileSelectionWithDifferentPrioritySubInfo()
347 int retrieveSubId = mONSProfileSelector.retrieveBestSubscription(results2); in testStartProfileSelectionWithDifferentPrioritySubInfo()
571 List<CellInfo> results2 = new ArrayList<CellInfo>(); in testStartProfileSelectionSuccessWithSameArgumentsAgain() local
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java399 results2, -1, null); in verifyMultipleSingleScanResults()
1416 .thenReturn(results2.getScanData()); in sendSingleScanRequestAfterPreviousCompletes()
1480 .thenReturn(results2.getScanData()); in sendSingleScanRequestWhilePreviousScanRunning()
1582 ScanResults results2 = in sendMultipleSingleScanRequestWhilePreviousScanRunning() local
1707 ScanResults results2 = results24GHz; in sendSingleScanRequestWhilePreviousScanRunningAndMergeIntoFirstScan() local
1741 results2); in sendSingleScanRequestWhilePreviousScanRunningAndMergeIntoFirstScan()
1992 List<ScanResult> results2 = Arrays.asList( in retrieveMostRecentFullSingleScanResults() local
2053 List<ScanResult> results2 = Arrays.asList( in doesNotRetrieveMostRecentPartialSingleScanResults() local
2134 List<ScanResult> results2 = Arrays.asList( in validateScanResultsClearedAfterDriverUnloaded() local
2136 assertEquals(results2.size(), 0); in validateScanResultsClearedAfterDriverUnloaded()
[all …]