Home
last modified time | relevance | path

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

/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DAppLaunchEvent.java181 public static final class ActivityLaunched extends BaseWithActivityRecordData { class in AppLaunchEvent
185 public ActivityLaunched(@SequenceId long sequenceId, in ActivityLaunched() method in AppLaunchEvent.ActivityLaunched
194 if (other instanceof ActivityLaunched) { in equals()
195 return temperature == ((ActivityLaunched)other).temperature && in equals()
212 ActivityLaunched(Parcel p) { in ActivityLaunched() method in AppLaunchEvent.ActivityLaunched
226 if (other instanceof ActivityLaunched) { in equals()
348 ActivityLaunched.class,
DIorapForwardingService.java308 new AppLaunchEvent.ActivityLaunched(mSequenceId, activity, temperature))