List of usage examples for android.content Context subclass-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;