HomeSort by relevance Sort by last modified time
    Searched refs:bindRemoteViewsService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 51 void bindRemoteViewsService(int appWidgetId, in Intent intent, in IBinder connection);
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 451 public void bindRemoteViewsService(int appWidgetId, Intent intent, IBinder connection) {
453 sService.bindRemoteViewsService(appWidgetId, intent, connection);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 125 mgr.bindRemoteViewsService(appWidgetId, intent, asBinder());
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 490 public void bindRemoteViewsService(int appWidgetId, Intent intent, IBinder connection) {
    [all...]

Completed in 810 milliseconds