/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
D | CommunalWidgetHostTest.kt | 112 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/ |
D | CommunalAppWidgetHost.kt | 83 override fun allocateAppWidgetId(): Int { in <lambda>() method 84 return super.allocateAppWidgetId().also { appWidgetId -> in <lambda>()
|
D | CommunalWidgetHost.kt | 94 val id = appWidgetHost.allocateAppWidgetId() in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/widgets/ |
D | CommunalAppWidgetHostTest.kt | 167 val id = underTest.allocateAppWidgetId() in observer_onAllocateAppWidgetIdTriggeredWhileObserverActive() 178 underTest.allocateAppWidgetId() in observer_onAllocateAppWidgetIdTriggeredWhileObserverActive()
|
/frameworks/base/core/java/com/android/internal/appwidget/ |
D | IAppWidgetService.aidl | 41 int allocateAppWidgetId(String callingPackage, int hostId); in allocateAppWidgetId() method
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 296 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/ |
D | AppWidgetHostActivity.java | 85 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mHost.allocateAppWidgetId()); in discoverAppWidget()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 400 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 1041 public int allocateAppWidgetId(String callingPackage, int hostId) { in allocateAppWidgetId() method in AppWidgetServiceImpl
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 72206 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/ |
D | android-22.txt | 5669 method public int allocateAppWidgetId();
|
/frameworks/base/core/api/ |
D | current.txt | 9550 method public int allocateAppWidgetId();
|