Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceLowMemoryEvent.java40 public static ServiceLowMemoryEvent.ServiceLowMemoryEventQuery queryPackage( in queryPackage()
42 return new ServiceLowMemoryEvent.ServiceLowMemoryEventQuery(packageName); in queryPackage()
46 public static final class ServiceLowMemoryEventQuery class in ServiceLowMemoryEvent
48 ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> {
52 ServiceQueryHelper<ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> mService =
55 private ServiceLowMemoryEventQuery(String packageName) { in ServiceLowMemoryEventQuery() method in ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
61 public ServiceQuery<ServiceLowMemoryEvent.ServiceLowMemoryEventQuery> whereService() { in whereService()
DServiceEvents.kt22 import com.android.eventlib.events.services.ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
86 fun serviceLowMemory(): ServiceLowMemoryEventQuery
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppEvents.kt106 import com.android.eventlib.events.services.ServiceLowMemoryEvent.ServiceLowMemoryEventQuery
245 override fun serviceLowMemory(): ServiceLowMemoryEventQuery =