Home
last modified time | relevance | path

Searched defs:expectedEvent (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/events/
DDispatchersTest.kt204 val expectedEvent = in <lambda>() constant
230 val expectedEvent = in <lambda>() constant
256 val expectedEvent = in <lambda>() constant
288 val expectedEvent = in <lambda>() constant
323 val expectedEvent = in <lambda>() constant
363 val expectedEvent = in <lambda>() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowFileObserverTest.java35 private int expectedEvent; field in ShadowFileObserverTest.Expectation
39 public Expectation(int expectedEvent, @Nullable String expectedPath) { in Expectation()
43 public void reset(int expectedEvent, @Nullable String expectedPath) { in reset()
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DNfcEventLogTest.java85 NfcEventProto.Event expectedEvent = NfcEventProto.Event.newBuilder() in testLogEvent() local
112 NfcEventProto.Event expectedEvent = NfcEventProto.Event.newBuilder() in testMultipleLogEvents() local
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/accessibility/
H A DAccessibilityEventTest.java109 AccessibilityEvent expectedEvent, AccessibilityEvent receivedEvent) { in assertEqualsAccessibilityEvent()
195 AccessibilityEvent expectedEvent, AccessibilityEvent receivedEvent) { in assertEqualAppendedRecord()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ip/
DConntrackMonitorTest.java221 final ConntrackEvent expectedEvent = makeTestConntrackEvent(IPCTNL_MSG_CT_NEW, in testConntrackEventNew() local
330 final ConntrackEvent expectedEvent = in testConntrackEventDelete() local
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
H A DInputTestCase.java166 private void assertReceivedMotionEvent(@NonNull MotionEvent expectedEvent) { in assertReceivedMotionEvent()
208 void assertAxis(String testCase, MotionEvent expectedEvent, MotionEvent actualEvent) { in assertAxis()
H A DGameviceGv186Test.java41 void assertAxis(String testCase, MotionEvent expectedEvent, MotionEvent actualEvent) { in assertAxis()
/aosp_15_r20/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java297 CarPropertyValue<Object[]> expectedEvent = new CarPropertyValue<>(MIXED_TYPE_PROPERTY, in testMixedTypeProperty() local
455 GearEventTestCallback(CarPropertyValue expectedEvent) { in GearEventTestCallback()
DVhalEventVerifier.java64 CarPropertyValue expectedEvent = mExpectedEvents.get(mIdx); in verify() local
/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/
H A DAccessibilityEventTest.java755 AccessibilityEvent expectedEvent, AccessibilityEvent receivedEvent) { in assertEqualsAccessibilityEvent()
862 AccessibilityEvent expectedEvent, AccessibilityEvent receivedEvent) { in assertEqualAppendedRecord()
/aosp_15_r20/cts/tests/ambientcontext/src/android/ambientcontext/cts/
H A DAmbientContextManagerTest.java80 AmbientContextEvent expectedEvent = new AmbientContextEvent.Builder() in testGetEventsFromIntent() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationGesturesObserverTest.java144 private static boolean compareMotionEvent(MotionEvent expectedEvent, MotionEvent actualEvent) { in compareMotionEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputTracingBackend.cpp107 base::Result<void> VerifyingTrace::verifyEventTraced(const Event& expectedEvent, in verifyEventTraced()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTestUtil.java212 StaEvent expectedEvent = expected[i]; in assertLinkProbeStaEventsEqual() local
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/voiceinteraction/
H A DHotwordAudioEgressEventReportedStatsTest.java314 Enums.HotwordDetectorType expectedDetectorType, Event expectedEvent) { in assertHotwordAudioEgressEventReported()
H A DHotwordDetectorEventsStatsTest.java393 Enums.HotwordDetectorType expectedDetectorType, Event expectedEvent) { in assertHotwordDetectorType()
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/test/input/
H A DUinputRecordingIntegrationTests.kt197 for ((index, expectedEvent) in test.events.withIndex()) { in <lambda>() constant
/aosp_15_r20/packages/modules/DnsResolver/
DPrivateDnsConfigurationTest.cpp422 NetworkDnsServerSupportReported expectedEvent; in TEST_F() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DUsageStatsQueryHelperTest.java118 Event expectedEvent = new Event(100L, Event.TYPE_SHORTCUT_INVOCATION); in testQueryShortcutInvocationEvent() local
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DVideoCallTest.java722 final int expectedEvent, final Work work) { in assertCallSessionEventReceived()
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DProtocolNegotiatorsTest.java1198 ProtocolNegotiationEvent expectedEvent = ProtocolNegotiationEvent.DEFAULT in waitUntilActiveHandler_firesNegotiation() local
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java1953 Script verifyLatestLocationAlgorithmEventReceived(LocationAlgorithmEvent expectedEvent) { in verifyLatestLocationAlgorithmEventReceived()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java1275 CarPropertyEvent expectedEvent = events.get(i); in testOnEventCallback_MustNotHaveDeadLock() local