Home
last modified time | relevance | path

Searched refs:ContentSuggestionsService (Results 1 – 5 of 5) 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();
87 obtainMessage(ContentSuggestionsService::onProcessContextImage,
88 ContentSuggestionsService.this, taskId,
97 ContentSuggestionsService::onSuggestContentSelections,
98 ContentSuggestionsService.this, request, wrapSelectionsCallback(callback)));
106 ContentSuggestionsService::onClassifyContentSelections,
107 ContentSuggestionsService.this, request, wrapClassificationCallback(callback)));
113 obtainMessage(ContentSuggestionsService::onNotifyInteraction,
114 ContentSuggestionsService.this, requestId, interaction));
/frameworks/base/core/proto/android/stats/intelligence/
Denums.proto36 // ContentSuggestionsService classifyContentSelections call.
38 // ContentSuggestionsService suggestContentSelections call.
/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/base/api/
Dsystem-current.txt7210 public abstract class ContentSuggestionsService extends android.app.Service {
7211 ctor public ContentSuggestionsService();
7216 …ic final String SERVICE_INTERFACE = "android.service.contentsuggestions.ContentSuggestionsService";
/frameworks/base/non-updatable-api/
Dsystem-current.txt7108 public abstract class ContentSuggestionsService extends android.app.Service {
7109 ctor public ContentSuggestionsService();
7114 …ic final String SERVICE_INTERFACE = "android.service.contentsuggestions.ContentSuggestionsService";