Home
last modified time | relevance | path

Searched refs:ServiceStartedEventQuery (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceStartedEvent.java45 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 ServiceStartedEvent
51 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.ServiceStartedEventQuery
66 public ServiceQuery<ServiceStartedEventQuery> whereService() { in whereService()
[all …]
DServiceEvents.kt25 import com.android.eventlib.events.services.ServiceStartedEvent.ServiceStartedEventQuery
53 fun serviceStarted(): ServiceStartedEventQuery
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppEvents.kt112 import com.android.eventlib.events.services.ServiceStartedEvent.ServiceStartedEventQuery
236 override fun serviceStarted(): ServiceStartedEventQuery =