Searched refs:allocateAppWidgetId (Results 1 – 8 of 8) sorted by relevance
41 int allocateAppWidgetId(String callingPackage, int hostId); in allocateAppWidgetId() method
279 public int allocateAppWidgetId() { in allocateAppWidgetId() method in AppWidgetHost284 return sService.allocateAppWidgetId(mContextOpPackageName, mHostId); in allocateAppWidgetId()
85 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mHost.allocateAppWidgetId()); in discoverAppWidget()
399 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget()
838 public int allocateAppWidgetId(String callingPackage, int hostId) { in allocateAppWidgetId() method in AppWidgetServiceImpl
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
72849 Lcom/android/internal/appwidget/IAppWidgetService$Stub$Proxy;->allocateAppWidgetId(Ljava/lang/Strin…72903 Lcom/android/internal/appwidget/IAppWidgetService;->allocateAppWidgetId(Ljava/lang/String;I)I
9286 method public int allocateAppWidgetId();