Searched refs:ServiceStartedEventQuery (Results 1 – 3 of 3) sorted by relevance
43 public static ServiceStartedEventQuery queryPackage(String packageName) { in queryPackage()44 return new ServiceStartedEventQuery(packageName); in queryPackage()48 public static final class ServiceStartedEventQuery extends EventLogsQuery<ServiceStartedEvent, class in ServiceStartedEvent49 ServiceStartedEventQuery> {53 ServiceQueryHelper<ServiceStartedEventQuery> mService = new ServiceQueryHelper<>(this);54 IntentQueryHelper<ServiceStartedEventQuery> mIntent = new IntentQueryHelper<>(this);55 IntegerQueryHelper<ServiceStartedEventQuery> mFlags = new IntegerQueryHelper<>(this);56 IntegerQueryHelper<ServiceStartedEventQuery> mStartId = new IntegerQueryHelper<>(this);58 private ServiceStartedEventQuery(String packageName) { in ServiceStartedEventQuery() method in ServiceStartedEvent.ServiceStartedEventQuery64 public ServiceQuery<ServiceStartedEventQuery> whereService() { in whereService()[all …]
41 ServiceStartedEvent.ServiceStartedEventQuery serviceStarted(); in serviceStarted()
355 public ServiceStartedEvent.ServiceStartedEventQuery serviceStarted() { in serviceStarted()