Home
last modified time | relevance | path

Searched defs:bindRemoteViewsService (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl72 boolean bindRemoteViewsService(String callingPackage, int appWidgetId, in Intent intent, in bindRemoteViewsService() method
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java1274 public boolean bindRemoteViewsService(Context context, int appWidgetId, Intent intent, in bindRemoteViewsService() method in AppWidgetManager
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1215 public boolean bindRemoteViewsService(String callingPackage, int appWidgetId, Intent intent, in bindRemoteViewsService() method in AppWidgetServiceImpl