Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceLowMemoryEvent.java83 public static ServiceLowMemoryEvent.ServiceLowMemoryEventLogger logger(Service service, in logger()
85 return new ServiceLowMemoryEvent.ServiceLowMemoryEventLogger(service, serviceName); in logger()
89 public static final class ServiceLowMemoryEventLogger extends class in ServiceLowMemoryEvent
91 private ServiceLowMemoryEventLogger(Service service, in ServiceLowMemoryEventLogger() method in ServiceLowMemoryEvent.ServiceLowMemoryEventLogger
99 public ServiceLowMemoryEvent.ServiceLowMemoryEventLogger setService( in setService()