Home
last modified time | relevance | path

Searched refs:BaseWithActivityRecordData (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DAppLaunchEvent.java142 public static abstract class BaseWithActivityRecordData extends AppLaunchEvent { class in AppLaunchEvent
146 protected BaseWithActivityRecordData(@SequenceId long sequenceId, in BaseWithActivityRecordData() method in AppLaunchEvent.BaseWithActivityRecordData
156 if (other instanceof BaseWithActivityRecordData) { in equals()
158 ((BaseWithActivityRecordData)other).activityRecordSnapshot) && in equals()
175 BaseWithActivityRecordData(Parcel p) { in BaseWithActivityRecordData() method in AppLaunchEvent.BaseWithActivityRecordData
181 public static final class ActivityLaunched extends BaseWithActivityRecordData {
218 public static final class ActivityLaunchFinished extends BaseWithActivityRecordData {