Searched refs:ContentSuggestionsService (Results 1 – 6 of 6) 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/proto_logging/stats/enums/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/core/api/ |
D | system-current.txt | 9848 public abstract class ContentSuggestionsService extends android.app.Service { 9849 ctor public ContentSuggestionsService(); 9854 …ic final String SERVICE_INTERFACE = "android.service.contentsuggestions.ContentSuggestionsService";
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 22452 …$$ExternalSyntheticLambda0;,Landroid/service/contentsuggestions/ContentSuggestionsService$1$$Exter…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22499 …$$ExternalSyntheticLambda0;,Landroid/service/contentsuggestions/ContentSuggestionsService$1$$Exter…
|