Searched refs:bindAppWidgetIdIfAllowed (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetManager.java | 1093 bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUser(), provider, options); in bindAppWidgetId() 1112 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1116 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, null); in bindAppWidgetIdIfAllowed() 1138 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1143 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, options); in bindAppWidgetIdIfAllowed() 1166 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 1171 return bindAppWidgetIdIfAllowed(appWidgetId, user.getIdentifier(), provider, options); in bindAppWidgetIdIfAllowed() 1321 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
H A D | AppWidgetServiceImplTest.java | 400 assertTrue(mManager.bindAppWidgetIdIfAllowed(widgetId, provider)); in bindNewWidget()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9323 method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName); 9324 …method public boolean bindAppWidgetIdIfAllowed(int, android.content.ComponentName, android.os.Bund… 9325 …method public boolean bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.Compone…
|