Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
DCommunalWidgetHostTest.kt112 whenever(appWidgetHost.allocateAppWidgetId()).thenReturn(widgetId) in allocateIdAndBindWidget_withCurrentUser()
117 verify(appWidgetHost).allocateAppWidgetId() in allocateIdAndBindWidget_withCurrentUser()
135 whenever(appWidgetHost.allocateAppWidgetId()).thenReturn(widgetId) in allocateIdAndBindWidget_onSuccess()
140 verify(appWidgetHost).allocateAppWidgetId() in allocateIdAndBindWidget_onSuccess()
158 whenever(appWidgetHost.allocateAppWidgetId()).thenReturn(widgetId) in allocateIdAndBindWidget_onFailure()
171 verify(appWidgetHost).allocateAppWidgetId() in allocateIdAndBindWidget_onFailure()
382 whenever(appWidgetHost.allocateAppWidgetId()).thenReturn(3) in providerInfo_updateWhenANewWidgetIsBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalAppWidgetHost.kt83 override fun allocateAppWidgetId(): Int { in <lambda>() method
84 return super.allocateAppWidgetId().also { appWidgetId -> in <lambda>()
DCommunalWidgetHost.kt94 val id = appWidgetHost.allocateAppWidgetId() in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/widgets/
DCommunalAppWidgetHostTest.kt167 val id = underTest.allocateAppWidgetId() in observer_onAllocateAppWidgetIdTriggeredWhileObserverActive()
178 underTest.allocateAppWidgetId() in observer_onAllocateAppWidgetIdTriggeredWhileObserverActive()
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl41 int allocateAppWidgetId(String callingPackage, int hostId); in allocateAppWidgetId() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java296 public int allocateAppWidgetId() { in allocateAppWidgetId() method in AppWidgetHost
301 return sService.allocateAppWidgetId(mContextOpPackageName, mHostId); in allocateAppWidgetId()
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
DAppWidgetHostActivity.java85 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mHost.allocateAppWidgetId()); in discoverAppWidget()
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java400 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1041 public int allocateAppWidgetId(String callingPackage, int hostId) { in allocateAppWidgetId() method in AppWidgetServiceImpl
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72206 Lcom/android/internal/appwidget/IAppWidgetService$Stub$Proxy;->allocateAppWidgetId(Ljava/lang/Strin…
72260 Lcom/android/internal/appwidget/IAppWidgetService;->allocateAppWidgetId(Ljava/lang/String;I)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5669 method public int allocateAppWidgetId();
/frameworks/base/core/api/
Dcurrent.txt9550 method public int allocateAppWidgetId();