/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetManager.java | 1102 bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUser(), provider, options); in bindAppWidgetId() 1121 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1125 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, null); in bindAppWidgetIdIfAllowed() 1147 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1152 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, options); in bindAppWidgetIdIfAllowed() 1175 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1180 return bindAppWidgetIdIfAllowed(appWidgetId, user.getIdentifier(), provider, options); in bindAppWidgetIdIfAllowed() 1330 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
D | CommunalWidgetHostTest.kt | 83 appWidgetManager.bindAppWidgetIdIfAllowed( in setUp() 121 .bindAppWidgetIdIfAllowed(eq(widgetId), eq(user), eq(provider), capture()) in allocateIdAndBindWidget_withCurrentUser() 144 .bindAppWidgetIdIfAllowed(eq(widgetId), eq(user), eq(provider), capture()) in allocateIdAndBindWidget_onSuccess() 161 appWidgetManager.bindAppWidgetIdIfAllowed( in allocateIdAndBindWidget_onFailure() 173 .bindAppWidgetIdIfAllowed(eq(widgetId), eq(user), eq(provider), any()) in allocateIdAndBindWidget_onFailure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | CommunalWidgetHost.kt | 122 .bindAppWidgetIdIfAllowed(widgetId, user, provider, options) in <lambda>()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 401 assertTrue(mManager.bindAppWidgetIdIfAllowed(widgetId, provider)); in bindNewWidget()
|
/frameworks/base/core/api/ |
D | lint-baseline.txt | 578 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use… 579 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
|
D | module-lib-lint-baseline.txt | 766 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use… 767 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
|
D | test-lint-baseline.txt | 832 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use… 833 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
|
D | system-lint-baseline.txt | 856 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use… 857 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
|
D | current.txt | 9587 method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName); 9588 …method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName, android.os.Bund… 9589 …method public boolean bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.Compone…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5699 method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName); 5700 …method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName, android.os.Bund… 5701 …method public boolean bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.Compone…
|