OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindRemoteViewsService
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl
59
void
bindRemoteViewsService
(int appWidgetId, in Intent intent, in IBinder connection, int userId);
/frameworks/base/core/java/android/appwidget/
AppWidgetManager.java
771
public void
bindRemoteViewsService
(int appWidgetId, Intent intent, IBinder connection,
774
sService.
bindRemoteViewsService
(appWidgetId, intent, connection,
[
all
...]
/frameworks/base/services/java/com/android/server/
AppWidgetService.java
175
public void
bindRemoteViewsService
(int appWidgetId, Intent intent, IBinder connection,
177
getImplForUser(userId).
bindRemoteViewsService
(appWidgetId, intent, connection);
AppWidgetServiceImpl.java
713
public void
bindRemoteViewsService
(int appWidgetId, Intent intent, IBinder connection) {
[
all
...]
/frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java
165
mgr.
bindRemoteViewsService
(appWidgetId, intent, asBinder(),
[
all
...]
Completed in 80 milliseconds