Searched refs:ActivityRestartedEventQuery (Results 1 – 4 of 4) sorted by relevance
42 public static ActivityRestartedEventQuery queryPackage(String packageName) { in queryPackage()43 return new ActivityRestartedEventQuery(packageName); in queryPackage()47 public static final class ActivityRestartedEventQuery class in ActivityRestartedEvent48 extends EventLogsQuery<ActivityRestartedEvent, ActivityRestartedEventQuery> {52 ActivityQueryHelper<ActivityRestartedEventQuery> mActivity =54 IntegerQuery<ActivityRestartedEventQuery> mTaskId = new IntegerQueryHelper<>(this);56 private ActivityRestartedEventQuery(String packageName) { in ActivityRestartedEventQuery() method in ActivityRestartedEvent.ActivityRestartedEventQuery62 public ActivityQuery<ActivityRestartedEventQuery> whereActivity() { in whereActivity()68 public IntegerQuery<ActivityRestartedEventQuery> whereTaskId() { in whereTaskId()
26 import com.android.eventlib.events.activities.ActivityRestartedEvent.ActivityRestartedEventQuery77 fun activityRestarted(): ActivityRestartedEventQuery in activityCreated()
64 public ActivityRestartedEvent.ActivityRestartedEventQuery activityRestarted() { in activityRestarted()
26 import com.android.eventlib.events.activities.ActivityRestartedEvent.ActivityRestartedEventQuery140 override fun activityRestarted(): ActivityRestartedEventQuery =