OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appwidgetservice
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/java/com/android/server/
AppWidgetService.java
51
class
AppWidgetService
extends IAppWidgetService.Stub
53
private static final String TAG = "
AppWidgetService
";
63
AppWidgetService
(Context context) {
SystemServer.java
350
AppWidgetService
appWidget = null;
712
appWidget = new
AppWidgetService
(context);
[
all
...]
AppWidgetServiceImpl.java
144
* and may lead us to leak
AppWidgetService
instances (if there were more than one).
[
all
...]
/frameworks/base/core/java/android/appwidget/
AppWidgetManager.java
360
* Note that the RemoteViews parameter will be cached by the
AppWidgetService
, and hence should
428
* Note that the RemoteViews parameter will be cached by the
AppWidgetService
, and hence should
485
* hence is not cached by the
AppWidgetService
. Note that because these updates are not cached,
487
* the case that the widgets are restored using the cached version in
AppWidgetService
.
[
all
...]
AppWidgetHost.java
375
//
AppWidgetService
, which doesn't have our context, hence we need to do the
/packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java
561
Log.d(TAG, "
AppWidgetService
received an intent. It was " + intent.toString());
Completed in 86 milliseconds