Searched refs:eqProto (Results 1 – 1 of 1) sorted by relevance
130 static @ActivityRecordProto byte[] eqProto(ActivityRecord record) { in eqProto() method in ActivityMetricsLaunchObserverTests143 verifyAsync(mLaunchObserver).onActivityLaunchFinished(eqProto(activity), anyLong()); in verifyOnActivityLaunchFinished()210 verifyAsync(mLaunchObserver).onActivityLaunched(eqProto(activity), anyInt()); in onActivityLaunched()235 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqProto(mTopActivity)); in testOnActivityLaunchCancelled_hasDrawn()255 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqProto(noDrawnActivity)); in testOnActivityLaunchCancelled_finishedBeforeDrawn()268 verify(mLaunchObserver, never()).onActivityLaunchCancelled(eqProto(mTopActivity)); in testOnActivityLaunchWhileSleeping()281 verifyAsync(mLaunchObserver).onActivityLaunched(eqProto(mTopActivity), anyInt()); in testOnReportFullyDrawn()282 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqProto(mTrampolineActivity)); in testOnReportFullyDrawn()294 verifyAsync(mLaunchObserver).onReportFullyDrawn(eqProto(mTopActivity), anyLong()); in testOnReportFullyDrawn()307 verifyAsync(mLaunchObserver).onActivityLaunched(eqProto(mTrampolineActivity), anyInt()); in onActivityLaunchedTrampoline()[all …]