Home
last modified time | relevance | path

Searched defs:event2 (Results 1 – 22 of 22) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DUserLifecycleEventTest.java56 UserLifecycleEvent event2 = new UserLifecycleEvent(EVENT_TYPE, FROM_USER_ID, TO_USER_ID); in testEquals_true() local
64 UserLifecycleEvent event2 = new UserLifecycleEvent(EVENT_TYPE + 1, in testEquals_differentEventType_false() local
73 UserLifecycleEvent event2 = new UserLifecycleEvent(EVENT_TYPE, in testEquals_differentFromUserId_false() local
82 UserLifecycleEvent event2 = new UserLifecycleEvent(EVENT_TYPE, in testEquals_differentToUserId_false() local
98 UserLifecycleEvent event2 = new UserLifecycleEvent(EVENT_TYPE, FROM_USER_ID, TO_USER_ID); in testHashCode() local
/packages/modules/StatsD/statsd/tests/metrics/
DDurationMetricProducer_test.cpp98 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
137 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
188 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
277 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
344 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
400 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
449 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
504 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
559 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
DEventMetricProducer_test.cpp75 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_F() local
112 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_F() local
162 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_F() local
203 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_F() local
254 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_F() local
DCountMetricProducer_test.cpp104 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
175 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
212 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
305 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
366 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
424 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
477 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
DKllMetricProducer_test.cpp201 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
232 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
267 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
449 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
DGaugeMetricProducer_test.cpp266 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
609 std::shared_ptr<LogEvent> event2 = in TEST() local
DNumericValueMetricProducer_test.cpp729 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
897 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
942 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1006 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1347 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1395 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1425 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1468 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1518 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1581 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java593 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll()
615 public boolean onFling(MotionEvent event1, MotionEvent event2, in onFling()
645 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll()
683 private float getYPositionOfPanelEndingEdge(MotionEvent event1, MotionEvent event2) { in getYPositionOfPanelEndingEdge()
691 public boolean onFling(MotionEvent event1, MotionEvent event2, in onFling()
771 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll()
/packages/modules/DnsResolver/tests/
Dresolv_stats_test_utils_test.cpp29 constexpr char event2[] = R"Event( in TEST() local
/packages/modules/StatsD/statsd/tests/condition/
DSimpleConditionTracker_test.cpp440 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
543 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
636 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST_P() local
724 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
771 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
/packages/modules/StatsD/statsd/tests/state/
DStateTracker_test.cpp264 std::unique_ptr<LogEvent> event2 = CreateAcquireWakelockEvent( in TEST() local
309 std::unique_ptr<LogEvent> event2 = in TEST() local
466 std::shared_ptr<LogEvent> event2 = buildOverlayEventBadStateType(1001 /* uid */, "package2"); in TEST() local
489 std::unique_ptr<LogEvent> event2 = CreateUidProcessStateChangedEvent( in TEST() local
/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp414 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
464 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
504 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
1071 LogEvent event2(/*uid=*/0, /*pid=*/0); in TEST() local
DStatsLogProcessor_test.cpp1640 std::unique_ptr<LogEvent> event2 = CreateFinishScheduledJobEvent( in TEST() local
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DAutoDismissHvacPanelOverlayViewController.java184 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DConntrackMonitorTest.java231 final ConntrackEvent event2 = makeTestConntrackEvent(IPCTNL_MSG_CT_NEW, 1234 /* status */, in testConntrackEventEquals() local
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp272 unique_ptr<LogEvent> event2 = CreateBatteryStateChangedEvent( in TEST_P() local
/packages/modules/NeuralNetworks/runtime/test/
DTestTrivialModel.cpp259 ANeuralNetworksEvent* event2; in TEST_F() local
DTestValidation.cpp2398 ANeuralNetworksEvent* event2 = nullptr; in TEST_F() local
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java766 CarDiagnosticEvent event2 = listener2.getLastEvent(); in testMultipleListeners() local
DCarStorageMonitoringTest.java633 IoStats event2 = listener2.reset(); in testEventDelivery() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1934 EventInfo event2 = new EventInfo("search purple", in testInstanceSearchQuery() local
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp1779 EventMetric event2 = createEventMetric("EVENT2", matcher2Id, nullopt); in TEST_F() local