Home
last modified time | relevance | path

Searched refs:ContentSuggestionsService (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/contentsuggestions/
DContentSuggestionsService.java47 public abstract class ContentSuggestionsService extends Service { class
49 private static final String TAG = ContentSuggestionsService.class.getSimpleName();
88 obtainMessage(ContentSuggestionsService::onProcessContextImage,
89 ContentSuggestionsService.this, taskId,
98 ContentSuggestionsService::onSuggestContentSelections,
99 ContentSuggestionsService.this, request, wrapSelectionsCallback(callback)));
107 ContentSuggestionsService::onClassifyContentSelections,
108 ContentSuggestionsService.this, request, wrapClassificationCallback(callback)));
114 obtainMessage(ContentSuggestionsService::onNotifyInteraction,
115 ContentSuggestionsService.this, requestId, interaction));
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DRemoteContentSuggestionsService.java30 import android.service.contentsuggestions.ContentSuggestionsService;
49 super(context, ContentSuggestionsService.SERVICE_INTERFACE, serviceName, userId, callbacks, in RemoteContentSuggestionsService()
/frameworks/proto_logging/stats/enums/stats/intelligence/
Denums.proto36 // ContentSuggestionsService classifyContentSelections call.
38 // ContentSuggestionsService suggestContentSelections call.
/frameworks/base/core/api/
Dsystem-current.txt12596 public abstract class ContentSuggestionsService extends android.app.Service {
12597 ctor public ContentSuggestionsService();
12603 …ic final String SERVICE_INTERFACE = "android.service.contentsuggestions.ContentSuggestionsService";