Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 19 of 19) sorted by relevance

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchBatchResultCtsTest.java47 AppSearchBatchResult<String, Integer> result2 = in testIsSuccess_false() local
68 AppSearchBatchResult<String, Integer> result2 = in testIsSuccess_replace() local
DAppSearchResultCtsTest.java38 AppSearchResult<String> result2 = AppSearchResult.newSuccessfulResult("String"); in testResultEquals_identical() local
57 AppSearchResult<String> result2 = AppSearchResult.newSuccessfulResult("Wrong"); in testResultEquals_failure() local
DAppSearchSessionCtsTestBase.java8290 SearchSuggestionResult result2 = in testSearchSuggestion_differentRankingStrategy() local
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java33 TestResultTable result2, boolean withPowerPolicyData) { in checkIfTestResultMatch()
103 public static TestResultTable getDiff(TestResultTable result1, TestResultTable result2) { in getDiff()
133 public TestResultTable getTailDiff(TestResultTable result1, TestResultTable result2) { in getTailDiff()
/cts/hostsidetests/locale/src/android/localemanager/cts/
DApplicationLocalesChangedAtomTests.java114 AtomsProto.ApplicationLocalesChanged result2 = data2.get(0) in testAtomLogging_localesChangeFromApp_logsAtomSuccessfully() local
148 AtomsProto.ApplicationLocalesChanged result2 = data2.get(0) in testAtomLogging_localesChangeFromDelegate_logsAtomSuccessfully() local
182 AtomsProto.ApplicationLocalesChanged result2 = data2.get(0) in testAtomLogging_localesChangeFromLocaleConfigOverride_logsAtomSuccessfully() local
217 AtomsProto.ApplicationLocalesChanged result2 = data2.get(0) in testAtomLogging_localesChangeFromAppUpdate_logsAtomSuccessfully() local
335 AtomsProto.ApplicationLocalesChanged result2 = data.get(1) in testAtomLogging_noConfigChange_logsAtomWithConfigUncommitted() local
DAppSupportedLocalesChangedAtomTest.java106 AppSupportedLocalesChanged result2 = data2.get(0).getAtom().getAppSupportedLocalesChanged(); in testAtomLogging_removeOverride_logsAtomSuccessfully() local
109 false, false, AppSupportedLocalesChanged.Status.SUCCESS, result2); in testAtomLogging_removeOverride_logsAtomSuccessfully() local
151 AppSupportedLocalesChanged result2 = data2.get(0).getAtom().getAppSupportedLocalesChanged(); in testAtomLogging_sameAsPrevLocaleConfig_logsAtomUnspecified() local
154 false, true, AppSupportedLocalesChanged.Status.STATUS_UNSPECIFIED, result2); in testAtomLogging_sameAsPrevLocaleConfig_logsAtomUnspecified() local
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DBedsteadServiceLocatorTest.kt64 val result2 = locator.get(ExampleClass::class) in callGetFewTimes_executeGetDependencyOnce_dependencyInstanceIsReused() constant
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.cpp337 aaudio_result_t result2 = AAUDIO_OK; in stopAudio() local
353 aaudio_result_t result2 = AAUDIO_OK; in closeAudio() local
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/
DDuplexAudioManager.java247 int result2 = mPlayer.teardownStream(); in stop() local
254 int result2 = mRecorder.teardownStream(); in stop() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DScanResultTest.java121 ScanResult result2 = new ScanResult(device, 0x11, primaryPhy, secondaryPhy, in constructor() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DFastBasicsTest.java107 CaptureResult result2 = resultListener.getCaptureResult(WAIT_FOR_FRAMES_TIMEOUT_MS); in camera2TestByCamera() local
DOfflineSessionTest.java142 CaptureResult result2 = resultListener.getCaptureResult(WAIT_FOR_FRAMES_TIMEOUT_MS); in testInvalidOutput() local
794 CaptureResult result2 = resultListener.getCaptureResult(WAIT_FOR_FRAMES_TIMEOUT_MS); in checkInitialResults() local
DCaptureResultTest.java337 Pair<TotalCaptureResult, Long> result2 = captureAndVerifyResult(mockCaptureCallback, in testResultTimestamps() local
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadReceiverTest.java244 Bundle result2 = sendBroadcastAndValidate(fdRefreshIntent, MbmsDownloadReceiver.RESULT_OK); in testRequestRefreshedFileDescriptors() local
/cts/tests/tests/graphics/src/android/graphics/text/cts/
DTextRunShaperTest.java100 PositionedGlyphs result2 = TextRunShaper.shapeTextRun( in shapeText_differentPaint() local
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DDropTarget.java320 final String result2 = queryPrefixed(uri, "2"); in processUri() local
/cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/
DDropTarget.java323 final String result2 = queryPrefixed(uri, "2"); in processUri() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java2097 String result2 = getDevice().uninstallPackage(TEST_PKG2); in uninstallPackage() local
2103 String result2 = getDevice().uninstallPackage(COMPANION2_TEST_PKG); in uninstallCompanionPackages() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java2111 String result2 = formatter.format(date2); in assertDateEquals() local