Searched refs:ActivityLaunchFinished (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/ |
H A D | AppLaunchEventTest.kt | 25 import com.google.android.startop.iorap.AppLaunchEvent.ActivityLaunchFinished 115 val valid = ActivityLaunchFinished(/* sequenceId= */2L, "test".toByteArray(), 117 val copy = ActivityLaunchFinished(/* sequenceId= */2L, "test".toByteArray(), 119 val noneCopy1 = ActivityLaunchFinished(/* sequenceId= */1L, "test".toByteArray(), 121 val noneCopy2 = ActivityLaunchFinished(/* sequenceId= */1L, "test".toByteArray(), 123 val noneCopy3 = ActivityLaunchFinished(/* sequenceId= */2L, "test1".toByteArray(),
|
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | AppLaunchEvent.java | 227 public static final class ActivityLaunchFinished extends BaseWithActivityRecordData { class in AppLaunchEvent 230 public ActivityLaunchFinished(@SequenceId long sequenceId, in ActivityLaunchFinished() method in AppLaunchEvent.ActivityLaunchFinished 239 if (other instanceof ActivityLaunchFinished) { in equals() 240 return timestampNs == ((ActivityLaunchFinished)other).timestampNs && in equals() 257 ActivityLaunchFinished(Parcel p) { in ActivityLaunchFinished() method in AppLaunchEvent.ActivityLaunchFinished 415 ActivityLaunchFinished.class,
|
H A D | IorapForwardingService.java | 448 new AppLaunchEvent.ActivityLaunchFinished(mSequenceId,
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50947 HPLcom/google/android/startop/iorap/AppLaunchEvent$ActivityLaunchFinished;-><init>(J[BJ)V 50948 HPLcom/google/android/startop/iorap/AppLaunchEvent$ActivityLaunchFinished;->writeToParcelImpl(Landr… 56800 Lcom/google/android/startop/iorap/AppLaunchEvent$ActivityLaunchFinished;
|