Searched refs:ServiceLowMemoryEvent (Results 1 – 5 of 5) sorted by relevance
35 public class ServiceLowMemoryEvent extends Event { class40 public static ServiceLowMemoryEvent.ServiceLowMemoryEventQuery queryPackage( in queryPackage()42 return new ServiceLowMemoryEvent.ServiceLowMemoryEventQuery(packageName); in queryPackage()47 extends EventLogsQuery<ServiceLowMemoryEvent,48 ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> {52 ServiceQueryHelper<ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> mService =56 super(ServiceLowMemoryEvent.class, packageName); in ServiceLowMemoryEventQuery()61 public ServiceQuery<ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> whereService() { in whereService()66 protected boolean filter(ServiceLowMemoryEvent event) { in filter()75 return toStringBuilder(ServiceLowMemoryEvent.class, this) in describeQuery()[all …]
22 import com.android.eventlib.events.services.ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
30 import com.android.eventlib.events.services.ServiceLowMemoryEvent;91 ServiceLowMemoryEvent.logger(this, getClassName()).log(); in onLowMemory()
33 import com.android.eventlib.events.services.ServiceLowMemoryEvent;118 ServiceLowMemoryEvent.logger(this, getClassName()).log(); in onLowMemory()
105 import com.android.eventlib.events.services.ServiceLowMemoryEvent106 import com.android.eventlib.events.services.ServiceLowMemoryEvent.ServiceLowMemoryEventQuery246 ServiceLowMemoryEvent.queryPackage(mTestApp.testApp().packageName()).onUser(mTestApp.user())