/frameworks/base/cmds/statsd/tests/metrics/ |
D | EventMetricProducer_test.cpp | 46 LogEvent event1(1 /*tag id*/, bucketStartTimeNs + 1); in TEST() local 70 LogEvent event1(1, bucketStartTimeNs + 1); in TEST() local 103 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
|
D | CountMetricProducer_test.cpp | 64 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 126 LogEvent event1(1, bucketStartTimeNs + 1); in TEST() local 175 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 229 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 287 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 353 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
|
D | DurationMetricProducer_test.cpp | 70 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 107 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 155 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local 354 LogEvent event1(tagId, startTimeNs); in TEST() local 401 LogEvent event1(tagId, startTimeNs); in TEST() local
|
D | ValueMetricProducer_test.cpp | 675 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 859 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 903 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 980 shared_ptr<LogEvent> event1 in TEST() local 1274 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 1319 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 1366 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 1417 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 1463 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 1537 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local [all …]
|
D | GaugeMetricProducer_test.cpp | 219 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local 598 std::shared_ptr<LogEvent> event1 = std::make_shared<LogEvent>(tagId, bucketStartTimeNs + 1); in TEST() local
|
/frameworks/base/cmds/statsd/tests/ |
D | LogEvent_test.cpp | 32 LogEvent event1(1, 2000); in TEST() local 99 LogEvent event1(83, 2000, 1000); in TEST() local 215 LogEvent event1(1, 2000); in TEST() local 301 LogEvent event1(83, 2000, 2001, 10001, int_map, long_map, string_map, float_map); in TEST() local 506 LogEvent event1(statsLogEventWrapper, 0); in TEST() local 580 LogEvent event1(Atom::kLauncherEventFieldNumber, 1000); in TEST() local 619 LogEvent event1(Atom::kLauncherEventFieldNumber, 1000); in TEST() local
|
D | LogEntryMatcher_test.cpp | 618 LogEvent event1(TAG_ID, 0); in TEST() local
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 417 topBar.setStatusBarWindowTouchListener((v1, event1) -> { in connectNotificationsUI() argument 1100 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll() 1123 public boolean onFling(MotionEvent event1, MotionEvent event2, in onFling() 1153 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll() 1189 public boolean onFling(MotionEvent event1, MotionEvent event2, in onFling()
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 139 std::shared_ptr<LogEvent> event1 = in TEST() local
|