Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceLowMemoryEvent.java35 public class ServiceLowMemoryEvent extends Event { class
40 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 …]
DServiceEvents.kt22 import com.android.eventlib.events.services.ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/premade/
DEventLibService.java30 import com.android.eventlib.events.services.ServiceLowMemoryEvent;
91 ServiceLowMemoryEvent.logger(this, getClassName()).log(); in onLowMemory()
DEventLibContentSuggestionsService.java33 import com.android.eventlib.events.services.ServiceLowMemoryEvent;
118 ServiceLowMemoryEvent.logger(this, getClassName()).log(); in onLowMemory()
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppEvents.kt105 import com.android.eventlib.events.services.ServiceLowMemoryEvent
106 import com.android.eventlib.events.services.ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
246 ServiceLowMemoryEvent.queryPackage(mTestApp.testApp().packageName()).onUser(mTestApp.user())