Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/flicker/test/src/android/tools/device/flicker/legacy/
DLegacyFlickerTestFactoryTest.kt36 val actual = LegacyFlickerTestFactory.nonRotationTests() in checkBuildTest() constant
44 val actual = LegacyFlickerTestFactory.rotationTests() in checkBuildRotationTest() constant
59 val actual = LegacyFlickerTestFactory.rotationTests(supportedRotations = rotations) in checkBuildCustomRotationsTest() constant
DLegacyFlickerTestTest.kt53 val actual = LegacyFlickerTest() in failsWithoutScenario() constant
/platform_testing/libraries/collectors-helper/adservices/test/src/com/android/helpers/
DSelectAdsLatencyHelperTest.java94 Map<String, Long> actual = mSelectAdsLatencyHelper.getMetrics(); in testInitTimeInLogcat() local
110 Map<String, Long> actual = mSelectAdsLatencyHelper.getMetrics(); in testWithNonMatchingInput() local
119 Map<String, Long> actual = mSelectAdsLatencyHelper.getMetrics(); in testWithEmptyLogcat() local
127 Map<String, Long> actual = mSelectAdsLatencyHelper.getMetrics(); in testInputStreamThrowsException() local
DJSScriptEngineLatencyHelperTest.java77 Map<String, Long> actual = mJSScriptEngineLatencyHelper.getMetrics(); in testInitTimeInLogcat() local
90 Map<String, Long> actual = mJSScriptEngineLatencyHelper.getMetrics(); in testWithEmptyLogcat() local
100 Map<String, Long> actual = mJSScriptEngineLatencyHelper.getMetrics(); in testInputStreamThrowsException() local
/platform_testing/libraries/flicker/test/src/android/tools/device/flicker/datastore/
DDataStoreTest.kt60 val actual = DataStore.getResult(TEST_SCENARIO) in getsElement() constant
74 val actual = DataStore.getResult(TEST_SCENARIO) in replacesElement() constant
DCachedResultWriterTest.kt41 val actual = DataStore.getResult(TEST_SCENARIO) in writeToStore() constant
DCachedResultReaderTest.kt46 val actual = reader.readEventLogTrace() in readFromStore() constant
/platform_testing/robolab/roboStandaloneProj/tests/src/com/android/myroboapplication/
DWelcomeActivityTest.java30 Intent actual = ShadowApplication.getInstance().getNextStartedActivity(); in clickingLogin_shouldStartLoginActivity() local
/platform_testing/libraries/sts-common-util/sts-sdk/package/test-app/src/main/java/android/security/sts/sts_test_app_package/
DDeviceTest.java59 AtomicReference<String> actual = new AtomicReference<>(); in testDeviceSideMethod() local
/platform_testing/libraries/flicker/src/android/tools/common/flicker/subject/exceptions/
DExceptionMessageBuilder.kt29 private var actual = mutableListOf<String>() variable in android.tools.common.flicker.subject.exceptions.ExceptionMessageBuilder
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/service/
DCaptureChunkStreamObserverOutputStreamTests.java286 String message, List<byte[]> expected, List<byte[]> actual) { in assertListsContainSameByteArrays()