Example usage for android.content Context subclass-usage

List of usage examples for android.content Context subclass-usage

Introduction

In this page you can find the example usage for android.content Context subclass-usage.

Usage

From source file android.content.ContextImpl.java

/**
 * Common implementation of Context API, which provides the base context object
 * for Activity and other application components.
 */
public class ContextImpl extends Context {
    private static long sInstanceCount = 0;

From source file android.content.ScopedContextImpl.java

/**
 * Common implementation of Context API, which provides the base context object
 * for Activity and other application components.
 */
public class ScopedContextImpl extends Context {
    private boolean mRestricted;