Example usage for android.widget RemoteViewsService subclass-usage

List of usage examples for android.widget RemoteViewsService subclass-usage

Introduction

In this page you can find the example usage for android.widget RemoteViewsService subclass-usage.

Usage

From source file com.chen.mail.widget.WidgetService.java

public class WidgetService extends RemoteViewsService {
    /**
     * Lock to avoid race condition between widgets.
     */
    private static final Object sWidgetLock = new Object();

From source file com.tct.mail.widget.WidgetService.java

public class WidgetService extends RemoteViewsService {
    /**
     * Lock to avoid race condition between widgets.
     */
    private static final Object sWidgetLock = new Object();