Searched refs:ContentSuggestionsService (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/contentsuggestions/ |
H A D | ContentSuggestionsService.java | 47 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));
|
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
H A D | RemoteContentSuggestionsService.java | 30 import android.service.contentsuggestions.ContentSuggestionsService; 49 super(context, ContentSuggestionsService.SERVICE_INTERFACE, serviceName, userId, callbacks, in RemoteContentSuggestionsService()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12267 public abstract class ContentSuggestionsService extends android.app.Service { 12268 ctor public ContentSuggestionsService(); 12273 …ic final String SERVICE_INTERFACE = "android.service.contentsuggestions.ContentSuggestionsService";
|