OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updatedids
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/appwidget/
AppWidgetHost.java
123
int[]
updatedIds
;
130
updatedIds
= sService.startListening(mCallbacks, mPackageName, mHostId, updatedViews);
136
final int N =
updatedIds
.length;
138
updateAppWidgetView(
updatedIds
[i], updatedViews.get(i));
/frameworks/base/services/java/com/android/server/
AppWidgetService.java
820
int[]
updatedIds
= new int[N];
823
updatedIds
[i] = id.appWidgetId;
826
return
updatedIds
;
[
all
...]
Completed in 1446 milliseconds