Searched refs:ContentSuggestionsService (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/service/contentsuggestions/ |
D | ContentSuggestionsService.java | 47 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/ |
D | enums.proto | 36 // ContentSuggestionsService classifyContentSelections call. 38 // ContentSuggestionsService suggestContentSelections call.
|
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
D | RemoteContentSuggestionsService.java | 30 import android.service.contentsuggestions.ContentSuggestionsService; 49 super(context, ContentSuggestionsService.SERVICE_INTERFACE, serviceName, userId, callbacks, in RemoteContentSuggestionsService()
|
/frameworks/base/api/ |
D | system-current.txt | 7210 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/ |
D | system-current.txt | 7108 public abstract class ContentSuggestionsService extends android.app.Service { 7109 ctor public ContentSuggestionsService(); 7114 …ic final String SERVICE_INTERFACE = "android.service.contentsuggestions.ContentSuggestionsService";
|