Home
last modified time | relevance | path

Searched refs:ContextImpl (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DContextImpl.java138 class ContextImpl extends Context { class
180 public Object getService(ContextImpl ctx) { in getService()
208 public Object createService(ContextImpl ctx) { in createService()
220 public final Object getService(ContextImpl unused) { in getService()
248 public Object createService(ContextImpl ctx) {
255 public Object getService(ContextImpl ctx) { in registerService()
260 public Object createService(ContextImpl ctx) { in registerService()
267 public Object createService(ContextImpl ctx) { in registerService()
279 public Object createService(ContextImpl ctx) { in registerService()
284 public Object createService(ContextImpl ctx) { in registerService()
[all …]
DActivityThread.java139 static ContextImpl mSystemContext = null;
461 ContextImpl context;
847 long appContextInstanceCount = Debug.countInstancesOfClass(ContextImpl.class); in dumpMemInfo()
1675 public ContextImpl getSystemContext() { in getSystemContext()
1678 ContextImpl context = in getSystemContext()
1679 ContextImpl.createSystemContext(this); in getSystemContext()
1696 ContextImpl context = getSystemContext(); in installSystemApplicationInfo()
1837 final void scheduleContextCleanup(ContextImpl context, String who, in scheduleContextCleanup()
1897 ContextImpl appContext = new ContextImpl(); in performLaunchActivity()
2115 ContextImpl context = (ContextImpl)app.getBaseContext(); in handleReceiver()
[all …]
DApplication.java147 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo; in attach()
DLoadedApk.java130 ContextImpl.createSystemContext(mainThread); in LoadedApk()
475 ContextImpl appContext = new ContextImpl(); in makeApplication()
DSharedPreferencesImpl.java579 ContextImpl.setFilePermissionsFromMode(mFile.getPath(), mMode, 0); in writeToFile()
DApplicationPackageManager.java723 ApplicationPackageManager(ContextImpl context, in ApplicationPackageManager()
1225 private final ContextImpl mContext;
/frameworks/base/packages/WAPPushManager/
Dproguard.flags3 -keep class android.app.ContextImpl$SharedPreferencesImpl$EditorImpl {
/frameworks/base/
Dpreloaded-classes74 android.app.ContextImpl
75 android.app.ContextImpl$1
76 android.app.ContextImpl$10
77 android.app.ContextImpl$11
78 android.app.ContextImpl$12
79 android.app.ContextImpl$13
80 android.app.ContextImpl$14
81 android.app.ContextImpl$15
82 android.app.ContextImpl$16
83 android.app.ContextImpl$17
[all …]
/frameworks/base/services/input/
DInputReader.h343 class ContextImpl : public InputReaderContext {
347 ContextImpl(InputReader* reader);
361 friend class ContextImpl; variable
DInputReader.cpp780 InputReader::ContextImpl::ContextImpl(InputReader* reader) : in ContextImpl() function in android::InputReader::ContextImpl
784 void InputReader::ContextImpl::updateGlobalMetaState() { in updateGlobalMetaState()
789 int32_t InputReader::ContextImpl::getGlobalMetaState() { in getGlobalMetaState()
794 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) { in disableVirtualKeysUntil()
799 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, in shouldDropVirtualKey()
805 void InputReader::ContextImpl::fadePointer() { in fadePointer()
810 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime()
815 InputReaderPolicyInterface* InputReader::ContextImpl::getPolicy() { in getPolicy()
819 InputListenerInterface* InputReader::ContextImpl::getListener() { in getListener()
823 EventHubInterface* InputReader::ContextImpl::getEventHub() { in getEventHub()