Home
last modified time | relevance | path

Searched refs:allocateAppWidgetId (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl41 int allocateAppWidgetId(String callingPackage, int hostId); in allocateAppWidgetId() method
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java279 public int allocateAppWidgetId() { in allocateAppWidgetId() method in AppWidgetHost
284 return sService.allocateAppWidgetId(mContextOpPackageName, mHostId); in allocateAppWidgetId()
/aosp14/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java85 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mHost.allocateAppWidgetId()); in discoverAppWidget()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java399 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java838 public int allocateAppWidgetId(String callingPackage, int hostId) { in allocateAppWidgetId() method in AppWidgetServiceImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72849 Lcom/android/internal/appwidget/IAppWidgetService$Stub$Proxy;->allocateAppWidgetId(Ljava/lang/Strin…
72903 Lcom/android/internal/appwidget/IAppWidgetService;->allocateAppWidgetId(Ljava/lang/String;I)I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9286 method public int allocateAppWidgetId();