Home
last modified time | relevance | path

Searched refs:bindAppWidgetIdIfAllowed (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java1102 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/
DCommunalWidgetHostTest.kt83 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/
DCommunalWidgetHost.kt122 .bindAppWidgetIdIfAllowed(widgetId, user, provider, options) in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java401 assertTrue(mManager.bindAppWidgetIdIfAllowed(widgetId, provider)); in bindNewWidget()
/frameworks/base/core/api/
Dlint-baseline.txt578 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use…
579 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
Dmodule-lib-lint-baseline.txt766 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use…
767 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
Dtest-lint-baseline.txt832 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use…
833 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
Dsystem-lint-baseline.txt856 RequiresPermission: android.appwidget.AppWidgetManager#bindAppWidgetIdIfAllowed(int, android.os.Use…
857 …Method 'bindAppWidgetIdIfAllowed' documentation mentions permissions without declaring @RequiresPe…
Dcurrent.txt9587 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5699 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…