Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java931 bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUser(), provider, options); in bindAppWidgetId()
947 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { in bindAppWidgetIdIfAllowed() method in AppWidgetManager
951 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, null); in bindAppWidgetIdIfAllowed()
970 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
975 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, options); in bindAppWidgetIdIfAllowed()
994 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
999 return bindAppWidgetIdIfAllowed(appWidgetId, user.getIdentifier(), provider, options); in bindAppWidgetIdIfAllowed()
1142 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java299 assertTrue(mManager.bindAppWidgetIdIfAllowed(widgetId, provider)); in bindNewWidget()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1037 Landroid/appwidget/AppWidgetManager;->bindAppWidgetIdIfAllowed(IILandroid/content/ComponentName;Lan…
Dhiddenapi-public-dex.txt4937 Landroid/appwidget/AppWidgetManager;->bindAppWidgetIdIfAllowed(ILandroid/content/ComponentName;)Z
4938 Landroid/appwidget/AppWidgetManager;->bindAppWidgetIdIfAllowed(ILandroid/content/ComponentName;Land…
4939 Landroid/appwidget/AppWidgetManager;->bindAppWidgetIdIfAllowed(ILandroid/os/UserHandle;Landroid/con…
/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…
/frameworks/base/api/
Dcurrent.txt7558 method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName);
7559 …method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName, android.os.Bund…
7560 …method public boolean bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.Compone…