Searched refs:EventLog (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | EventLogTest.java | 26 import android.util.EventLog; 27 import android.util.EventLog.Event; 43 @IgnoreUnderRavenwood(blockedBy = EventLog.class) 55 EventLog.writeEvent(ANSWER_TAG, markerData); in testWriteEvent() 56 EventLog.writeEvent(ANSWER_TAG, 12345); in testWriteEvent() 57 EventLog.writeEvent(ANSWER_TAG, 23456L); in testWriteEvent() 58 EventLog.writeEvent(ANSWER_TAG, 42.4242f); in testWriteEvent() 59 EventLog.writeEvent(ANSWER_TAG, "Test"); in testWriteEvent() 60 EventLog.writeEvent(ANSWER_TAG, 12345, 23456L, 42.4242f, "Test"); in testWriteEvent() 62 List<EventLog.Event> events = getEventsAfterMarker(markerData, ANSWER_TAG); in testWriteEvent() [all …]
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/ |
D | TransitionVerifier.java | 42 EventLog eventLog, in assertLaunchSequence() 81 EventLog eventLog, in assertLaunchSequence() 128 Class<? extends Activity> activityClass, EventLog eventLog) { in assertLaunchAndStopSequence() 133 Class<? extends Activity> activityClass, EventLog eventLog, boolean onTop) { in assertLaunchAndStopSequence() 159 Class<? extends Activity> activityClass, EventLog eventLog) { in assertLaunchAndPauseSequence() 173 static void assertRestartSequence(Class<? extends Activity> activityClass, EventLog eventLog) { in assertRestartSequence() 184 Class<? extends Activity> activityClass, EventLog eventLog) { in assertRestartAndResumeSequence() 203 Class<? extends Activity> activityClass, EventLog eventLog) { in assertRestartAndResumeSubSequence() 217 Class<? extends Activity> activityClass, EventLog eventLog) { in assertRecreateAndResumeSequence() 232 Class<? extends Activity> activityClass, EventLog eventLog) { in assertLaunchAndDestroySequence() [all …]
|
D | EventTracker.java | 35 public class EventTracker implements EventLog.EventTrackerCallback { 37 private EventLog mEventLog; 39 public EventTracker(EventLog eventLog) { in EventTracker()
|
D | LifecycleTrackingActivity.java | 44 EventLog.EventLogClient mEventLogClient; 49 mEventLogClient = EventLog.EventLogClient.create(this.getClass().getCanonicalName(), this, in onCreate()
|
D | EventLog.java | 39 public class EventLog extends ContentProvider { class
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingLifecycleTestBase.java | 33 import android.server.wm.activity.lifecycle.EventLog; 34 import android.server.wm.activity.lifecycle.EventLog.EventLogClient; 50 protected EventLog mEventLog; 67 mEventLog = new EventLog(); in setUp()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | AnrTests.java | 46 import android.util.EventLog; 162 final List<EventLog.Event> events = getEventLogsForComponents(mLogSeparator, in assertEventLogsContainsAnr() 163 android.util.EventLog.getTagCode("am_anr")); in assertEventLogsContainsAnr() 164 for (EventLog.Event event : events) { in assertEventLogsContainsAnr()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
D | ActivityLifecycleClientTestBase.java | 75 private static EventLog sEventLog; 87 sEventLog = new EventLog(); in setUp() 303 EventLog getTransitionLog() { in getTransitionLog()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
D | ActivityMetricsLoggerTests.java | 73 import android.util.EventLog.Event; 486 android.util.EventLog.getTagCode("sysui_multi_action")); in waitForMetricsLog()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 173 import android.util.EventLog; 174 import android.util.EventLog.Event; 1902 EventLog.writeEvent(EVENT_LOG_SEPARATOR_TAG, logSeparator.mUniqueString); 1941 EventLog.readEvents(searchTags, events);
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 18016 public class EventLog { 18017 …oid readEventsOnWrapping(int[], long, java.util.Collection<android.util.EventLog.Event>) throws ja… 18020 public static final class EventLog.Event {
|
D | current.txt | 49861 public class EventLog { 49864 …method public static void readEvents(int[], java.util.Collection<android.util.EventLog.Event>) thr… 49872 public static final class EventLog.Event {
|