HomeSort by relevance Sort by last modified time
    Searched refs:ContextImpl (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/app/
ContextImpl.java 177 class ContextImpl extends Context {
178 private final static String TAG = "ContextImpl";
234 * ContextImpl. Else, use StaticServiceFetcher below.
242 public Object getService(ContextImpl ctx) {
270 public Object createService(ContextImpl ctx) {
282 public final Object getService(ContextImpl unused) {
310 public Object createService(ContextImpl ctx) {
317 public Object getService(ContextImpl ctx) {
322 public Object getService(ContextImpl ctx) {
327 public Object createService(ContextImpl ctx)
    [all...]
ActivityThread.java 155 private ContextImpl mSystemContext;
508 ContextImpl context;
    [all...]
Application.java 182 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo;
SharedPreferencesImpl.java 599 ContextImpl.setFilePermissionsFromMode(mFile.getPath(), mMode, 0);
LoadedApk.java 501 ContextImpl appContext = ContextImpl.createAppContext(mActivityThread, this);
    [all...]
ApplicationPackageManager.java 831 ApplicationPackageManager(ContextImpl context,
    [all...]
  /frameworks/base/services/input/
InputReader.h 415 class ContextImpl : public InputReaderContext {
419 ContextImpl(InputReader* reader);
434 friend class ContextImpl;
    [all...]
InputReader.cpp 774 // --- InputReader::ContextImpl ---
776 InputReader::ContextImpl::ContextImpl(InputReader* reader) :
780 void InputReader::ContextImpl::updateGlobalMetaState() {
785 int32_t InputReader::ContextImpl::getGlobalMetaState() {
790 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) {
795 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now,
801 void InputReader::ContextImpl::fadePointer() {
806 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) {
811 int32_t InputReader::ContextImpl::bumpGeneration()
    [all...]

Completed in 344 milliseconds