Home
last modified time | relevance | path

Searched refs:deleteAppWidgetId (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java115 mHost.deleteAppWidgetId(appWidgetId); in handleAppWidgetPickResult()
130 mHost.deleteAppWidgetId(appWidgetId); in handleAppWidgetConfigureResult()
179 mHost.deleteAppWidgetId(view.appWidgetId); in onContextItemSelected()
/aosp14/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl42 void deleteAppWidgetId(String callingPackage, int appWidgetId); in deleteAppWidgetId() method
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java373 public void deleteAppWidgetId(int appWidgetId) { in deleteAppWidgetId() method in AppWidgetHost
379 sService.deleteAppWidgetId(mContextOpPackageName, appWidgetId); in deleteAppWidgetId()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java910 public void deleteAppWidgetId(String callingPackage, int appWidgetId) { in deleteAppWidgetId() 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.txt72854 Lcom/android/internal/appwidget/IAppWidgetService$Stub$Proxy;->deleteAppWidgetId(Ljava/lang/String;…
72906 Lcom/android/internal/appwidget/IAppWidgetService;->deleteAppWidgetId(Ljava/lang/String;I)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9290 method public void deleteAppWidgetId(int);