Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 6 of 6) sorted by relevance

/cts/suite/audio_quality/test/
DTaskCaseTest.cpp147 android::String8 result2; in TEST_F() local
148 ASSERT_TRUE(mTaskCase->translateVarName(orig2, result2)); in TEST_F()
149 ASSERT_TRUE(StringUtil::compare(result2, "hello_1_2_3_there") == 0); in TEST_F()
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DDropTarget.java282 final String result2 = queryPrefixed(uri, "2"); in processUri() local
283 if (!result2.equals(RESULT_OK)) { in processUri()
284 return result2; in processUri()
/cts/tests/camera/src/android/hardware/camera2/cts/
DFastBasicsTest.java101 CaptureResult result2 = resultListener.getCaptureResult(WAIT_FOR_FRAMES_TIMEOUT_MS); in camera2TestByCamera() local
103 Long timestamp2 = result2.get(CaptureResult.SENSOR_TIMESTAMP); in camera2TestByCamera()
DCaptureResultTest.java329 Pair<TotalCaptureResult, Long> result2 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
335 validateTimestamps("Result 2 Preview", result2.first, in testResultTimestamps()
336 prevImage, result2.second); in testResultTimestamps()
337 validateTimestamps("Result 2 Jpeg", result2.first, in testResultTimestamps()
338 jpegImage, result2.second); in testResultTimestamps()
344 result2.second); in testResultTimestamps()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadReceiverTest.java243 Bundle result2 = sendBroadcastAndValidate(fdRefreshIntent, MbmsDownloadReceiver.RESULT_OK); in testRequestRefreshedFileDescriptors() local
245 result2.getParcelableArrayList(VendorUtils.EXTRA_PAUSED_URI_LIST); in testRequestRefreshedFileDescriptors()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1862 String result2 = formatter.format(date2); in assertDateEquals() local
1864 assertEquals(message, result1, result2); in assertDateEquals()