Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl60 void unbindRemoteViewsService(int appWidgetId, in Intent intent, int userId); in unbindRemoteViewsService() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java794 public void unbindRemoteViewsService(int appWidgetId, Intent intent, UserHandle userHandle) { in unbindRemoteViewsService() method in AppWidgetManager
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java296 public void unbindRemoteViewsService(int appWidgetId, Intent intent, int userId) in unbindRemoteViewsService() method in AppWidgetService
DAppWidgetServiceImpl.java773 public void unbindRemoteViewsService(int appWidgetId, Intent intent) { in unbindRemoteViewsService() method in AppWidgetServiceImpl