Searched refs:bindRemoteViewsService (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/appwidget/ |
D | IAppWidgetService.aidl | 68 boolean bindRemoteViewsService(String callingPackage, int appWidgetId, in Intent intent, in bindRemoteViewsService() method
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetManager.java | 1097 public boolean bindRemoteViewsService(Context context, int appWidgetId, Intent intent, in bindRemoteViewsService() method in AppWidgetManager 1103 return mService.bindRemoteViewsService(context.getOpPackageName(), appWidgetId, intent, in bindRemoteViewsService()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsAdapterTest.java | 78 .bindRemoteViewsService(any(), anyInt(), any(), any(), anyInt())).thenReturn(true); in setup()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 250 .bindRemoteViewsService(mContext, appWidgetId, intent, sd, flags); in handleMessage()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 1254 public boolean bindRemoteViewsService(String callingPackage, int appWidgetId, Intent intent, in bindRemoteViewsService() method in AppWidgetServiceImpl
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 1038 Landroid/appwidget/AppWidgetManager;->bindRemoteViewsService(Landroid/content/Context;ILandroid/con… 7593 Lcom/android/internal/appwidget/IAppWidgetService;->bindRemoteViewsService(Ljava/lang/String;ILandr…
|
D | boot-image-profile.txt | 38343 HSPLcom/android/internal/appwidget/IAppWidgetService;->bindRemoteViewsService(Ljava/lang/String;ILa…
|