Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl59 … void bindRemoteViewsService(int appWidgetId, in Intent intent, in IBinder connection, int userId); in bindRemoteViewsService() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java771 public void bindRemoteViewsService(int appWidgetId, Intent intent, IBinder connection, in bindRemoteViewsService() method in AppWidgetManager
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java175 public void bindRemoteViewsService(int appWidgetId, Intent intent, IBinder connection, in bindRemoteViewsService() method in AppWidgetService
DAppWidgetServiceImpl.java713 public void bindRemoteViewsService(int appWidgetId, Intent intent, IBinder connection) { in bindRemoteViewsService() method in AppWidgetServiceImpl