Searched refs:bindAppWidgetIdIfAllowed (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetManager.java | 937 bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUser(), provider, options); in bindAppWidgetId() 953 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { in bindAppWidgetIdIfAllowed() method in AppWidgetManager 957 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, null); in bindAppWidgetIdIfAllowed() 976 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 981 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, options); in bindAppWidgetIdIfAllowed() 1000 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1005 return bindAppWidgetIdIfAllowed(appWidgetId, user.getIdentifier(), provider, options); in bindAppWidgetIdIfAllowed() 1150 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 298 assertTrue(mManager.bindAppWidgetIdIfAllowed(widgetId, provider)); in bindNewWidget()
|
/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…
|
/frameworks/base/api/ |
D | current.txt | 7840 method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName); 7841 …method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName, android.os.Bund… 7842 …method public boolean bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.Compone…
|