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.java81 public static ServiceLowMemoryEvent.ServiceLowMemoryEventLogger logger(Service service, in logger()
83 return new ServiceLowMemoryEvent.ServiceLowMemoryEventLogger(service, serviceName); in logger()
87 public static final class ServiceLowMemoryEventLogger extends class in ServiceLowMemoryEvent
89 private ServiceLowMemoryEventLogger(Service service, in ServiceLowMemoryEventLogger() method in ServiceLowMemoryEvent.ServiceLowMemoryEventLogger
96 public ServiceLowMemoryEvent.ServiceLowMemoryEventLogger setService( in setService()