/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/premade/ |
D | EventLibServiceTest.java | 55 .whereService().serviceClass().isSameClassAs(EventLibService.class); in launchEventLibService_logsServiceCreatedEvent() 68 .whereService().serviceClass().className().isEqualTo(GENERATED_SERVICE_CLASS_NAME); in launchEventLibService_withGeneratedServiceClass_logsServiceCreatedEventWithCorrectClassName()
|
D | EventLibAppComponentFactoryTest.java | 97 .whereService().serviceClass().className() in startService_serviceDoesNotExist_startsLoggingService()
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/ |
D | ServiceDestroyedEvent.java | 58 public ServiceQuery<ServiceDestroyedEventQuery> whereService() { in whereService() method in ServiceDestroyedEvent.ServiceDestroyedEventQuery
|
D | ServiceCreatedEvent.java | 60 public ServiceQuery<ServiceCreatedEvent.ServiceCreatedEventQuery> whereService() { in whereService() method in ServiceCreatedEvent.ServiceCreatedEventQuery
|
D | ServiceLowMemoryEvent.java | 61 public ServiceQuery<ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> whereService() { in whereService() method in ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
|
D | ServiceConfigurationChangedEvent.java | 63 public ServiceQuery<ServiceConfigurationChangedEventQuery> whereService() { in whereService() method in ServiceConfigurationChangedEvent.ServiceConfigurationChangedEventQuery
|
D | ServiceMemoryTrimmedEvent.java | 62 public ServiceQuery<ServiceMemoryTrimmedEventQuery> whereService() { in whereService() method in ServiceMemoryTrimmedEvent.ServiceMemoryTrimmedEventQuery
|
D | ServiceUnboundEvent.java | 74 public ServiceQuery<ServiceUnboundEventQuery> whereService() { in whereService() method in ServiceUnboundEvent.ServiceUnboundEventQuery
|
D | ServiceBoundEvent.java | 71 public ServiceQuery<ServiceBoundEvent.ServiceBoundEventQuery> whereService() { in whereService() method in ServiceBoundEvent.ServiceBoundEventQuery
|
D | ServiceTaskRemovedEvent.java | 75 public ServiceQuery<ServiceTaskRemovedEvent.ServiceTaskRemovedEventQuery> whereService() { in whereService() method in ServiceTaskRemovedEvent.ServiceTaskRemovedEventQuery
|
D | ServiceReboundEvent.java | 74 public ServiceQuery<ServiceReboundEvent.ServiceReboundEventQuery> whereService() { in whereService() method in ServiceReboundEvent.ServiceReboundEventQuery
|
D | ServiceStartedEvent.java | 66 public ServiceQuery<ServiceStartedEventQuery> whereService() { in whereService() method in ServiceStartedEvent.ServiceStartedEventQuery
|
/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/ |
D | TestAppAppComponentFactoryTest.java | 104 .whereService().serviceClass().className() in startService_serviceDoesNotExist_startsLoggingService()
|