Searched refs:unbindRemoteViewsService (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl59 void unbindRemoteViewsService(int appWidgetId, in Intent intent);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java763 public void unbindRemoteViewsService(int appWidgetId, Intent intent) { method in class:AppWidgetManager
765 sService.unbindRemoteViewsService(appWidgetId, intent);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java295 public void unbindRemoteViewsService(int appWidgetId, Intent intent) throws RemoteException { method in class:AppWidgetService
296 getImplForUser(getCallingOrCurrentUserId()).unbindRemoteViewsService(
H A DAppWidgetServiceImpl.java715 public void unbindRemoteViewsService(int appWidgetId, Intent intent) { method in class:AppWidgetServiceImpl
737 Log.e("AppWidgetService", "Error (unbindRemoteViewsService): Connection not bound");
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java163 mgr.unbindRemoteViewsService(appWidgetId, intent);

Completed in 1564 milliseconds