Searched refs:ServiceStartedEventQuery (Results 1 – 3 of 3) sorted by relevance
45 public static ServiceStartedEventQuery queryPackage(String packageName) { in queryPackage()46 return new ServiceStartedEventQuery(packageName); in queryPackage()50 public static final class ServiceStartedEventQuery extends EventLogsQuery<ServiceStartedEvent, class in ServiceStartedEvent51 ServiceStartedEventQuery> {55 ServiceQueryHelper<ServiceStartedEventQuery> mService = new ServiceQueryHelper<>(this);56 IntentQueryHelper<ServiceStartedEventQuery> mIntent = new IntentQueryHelper<>(this);57 IntegerQueryHelper<ServiceStartedEventQuery> mFlags = new IntegerQueryHelper<>(this);58 IntegerQueryHelper<ServiceStartedEventQuery> mStartId = new IntegerQueryHelper<>(this);60 private ServiceStartedEventQuery(String packageName) { in ServiceStartedEventQuery() method in ServiceStartedEvent.ServiceStartedEventQuery66 public ServiceQuery<ServiceStartedEventQuery> whereService() { in whereService()[all …]
25 import com.android.eventlib.events.services.ServiceStartedEvent.ServiceStartedEventQuery53 fun serviceStarted(): ServiceStartedEventQuery
112 import com.android.eventlib.events.services.ServiceStartedEvent.ServiceStartedEventQuery236 override fun serviceStarted(): ServiceStartedEventQuery =