HomeSort by relevance Sort by last modified time
    Searched refs:resultEntry (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
Utils.java 60 for (Map.Entry<TestIdentifier, TestResult> resultEntry :
62 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
63 errorBuilder.append(resultEntry.getKey().toString());
65 errorBuilder.append(resultEntry.getValue().getStackTrace());
KeySetHostTest.java 107 for (Map.Entry<TestIdentifier, TestResult> resultEntry :
109 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
110 errorBuilder.append(resultEntry.getKey().toString());
112 errorBuilder.append(resultEntry.getValue().getStackTrace());
AppSecurityTests.java 487 for (Map.Entry<TestIdentifier, TestResult> resultEntry :
489 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
490 errorBuilder.append(resultEntry.getKey().toString());
492 errorBuilder.append(resultEntry.getValue().getStackTrace());
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideNetworkTests.java 94 for (Map.Entry<TestIdentifier, TestResult> resultEntry :
96 if (!resultEntry.getValue().getStatus().equals(TestStatus.PASSED)) {
97 errorBuilder.append(resultEntry.getKey().toString());
99 errorBuilder.append(resultEntry.getValue().getStackTrace());
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 392 camera_metadata_entry_t resultEntry = frameMetadata.find(ANDROID_REQUEST_ID);
393 ASSERT_EQ(1u, resultEntry.count);
394 resultRequestId = resultEntry.data.i32[0];
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 665 milliseconds