OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getListId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetProvider.java
72
getListId
() + " first widgetId: " + appWidgetIds[0]);
74
appWidgetManager.notifyAppWidgetViewDataChanged(appWidgetIds,
getListId
());
83
protected abstract int
getListId
();
127
appWidgetManager.notifyAppWidgetViewDataChanged(appWidgetId,
getListId
());
BugleWidgetProvider.java
63
protected int
getListId
() {
WidgetConversationProvider.java
74
protected int
getListId
() {
263
appWidgetManager.notifyAppWidgetViewDataChanged(widgetId,
getListId
());
Completed in 203 milliseconds