Searched refs:ContextImpl (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
H A DContextImpl.java209 class ContextImpl extends Context { class in inherits:Context
210 private final static String TAG = "ContextImpl";
272 * ContextImpl. Else, use StaticServiceFetcher below.
280 public Object getService(ContextImpl ctx) {
308 public Object createService(ContextImpl ctx) {
320 public final Object getService(ContextImpl unused) {
348 public Object createService(ContextImpl ctx) {
355 public Object getService(ContextImpl ctx) {
360 public Object getService(ContextImpl ctx) {
365 public Object createService(ContextImpl ct
2257 private ContextImpl(ContextImpl container, ActivityThread mainThread, method in class:ContextImpl
[all...]
H A DActivityThread.java178 private ContextImpl mSystemContext;
541 ContextImpl context;
980 long appContextInstanceCount = Debug.countInstancesOfClass(ContextImpl.class);
1823 public ContextImpl getSystemContext() {
1826 mSystemContext = ContextImpl.createSystemContext(this);
2193 final void scheduleContextCleanup(ContextImpl context, String who,
2336 ContextImpl appContext = ContextImpl.createActivityContext(this, r.packageInfo, r.token);
2606 ContextImpl context = (ContextImpl)ap
[all...]
H A DApplication.java182 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo;
H A DSharedPreferencesImpl.java600 ContextImpl.setFilePermissionsFromMode(mFile.getPath(), mMode, 0);
H A DLoadedApk.java557 ContextImpl appContext = ContextImpl.createAppContext(mActivityThread, this);
H A DApplicationPackageManager.java987 ApplicationPackageManager(ContextImpl context,
1779 private final ContextImpl mContext;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp785 // --- InputReader::ContextImpl ---
787 InputReader::ContextImpl::ContextImpl(InputReader* reader) : function in class:android::InputReader::ContextImpl
791 void InputReader::ContextImpl::updateGlobalMetaState() {
796 int32_t InputReader::ContextImpl::getGlobalMetaState() {
801 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) {
806 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now,
812 void InputReader::ContextImpl::fadePointer() {
817 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) {
822 int32_t InputReader::ContextImpl
[all...]
H A DInputReader.h447 class ContextImpl : public InputReaderContext { class in class:android::InputReader
451 ContextImpl(InputReader* reader);
466 friend class ContextImpl;

Completed in 124 milliseconds