Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/android/app/appsearch/functions/
DServiceCallHelperImpl.java37 public class ServiceCallHelperImpl<T> implements ServiceCallHelper<T> { class
51 public ServiceCallHelperImpl( in ServiceCallHelperImpl() method in ServiceCallHelperImpl
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java88 import android.app.appsearch.functions.ServiceCallHelperImpl;
190 this(context, lifecycle, new ServiceCallHelperImpl<>( in AppSearchManagerService()