Searched defs:getContext (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/opengl/java/android/opengl/
H A DManagedEGLContext.java69 public EGLContext getContext() { method in class:ManagedEGLContext
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.h43 RSContext *getContext() const { function in class:slang::RSPragmaHandler
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java54 public Context getContext() { method in class:AndroidTestCase
96 getContext().startActivity(intent);
115 getContext().getContentResolver().query(uri, null, null, null, null);
134 getContext().getContentResolver().insert(uri, new ContentValues());
/frameworks/base/core/java/android/webkit/
H A DJniUtil.java57 protected static synchronized Context getContext() { method in class:JniUtil
/frameworks/base/libs/rs/
H A DrsObjectBase.h52 Context * getContext() const {return mRSC;} function in class:android::renderscript::ObjectBase
/frameworks/base/opengl/libs/EGL/
H A Degl_tls.cpp139 EGLContext egl_tls_t::getContext() { function in class:android::egl_tls_t
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java272 protected BridgeContext getContext() { method in class:RenderAction
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h134 char *getContext() { function in class:bcc::ScriptCached
H A DScriptCompiled.h144 char *getContext() { function in class:bcc::ScriptCompiled
H A DScript.cpp385 ContextManager::get().isManagingContext(getContext()) &&
724 char *Script::getContext() { function in class:bcc::Script
729 return mCached->getContext();
734 return mCompiled->getContext();
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java136 public Context getContext() { method in class:AbstractThreadedSyncAdapter
H A DLoader.java105 * store the context directly; always use {@link #getContext()} to retrieve
107 * The Context returned by {@link #getContext} is safe to use across
132 public Context getContext() { method in class:Loader
H A DContentProvider.java258 final Context context = getContext();
304 final Context context = getContext();
359 public final Context getContext() { method in class:ContentProvider
520 c.setNotificationUri(getContext().getContentResolver(), uri);
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java164 public Context getContext() { method in class:GenericInflater
261 XmlResourceParser parser = getContext().getResources().getXml(resource);
H A DPreferenceManager.java525 * managed queries, but in most cases the use of {@link #getContext()} is
544 Context getContext() { method in class:PreferenceManager
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java322 public Context getContext() { method in class:ArrayAdapter
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java47 public Context getContext() { method in class:ActionMenu
64 ActionMenuItem item = new ActionMenuItem(getContext(),
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTestsBase.java95 public Context getContext() { method in class:ActivityTestsBase
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java74 public Context getContext() { method in class:CompositeCursorAdapter
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java110 public Context getContext() { method in class:Loader
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java399 public Context getContext() { method in class:NfcAdapter
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java236 public Context getContext() { method in class:LayoutInflater
394 XmlResourceParser parser = getContext().getResources().getLayout(resource);
779 getContext().getResources().getLayout(layout);
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java219 public Context getContext() { method in class:InstrumentationTestRunnerTest.StubInstrumentationTestRunner
/frameworks/base/core/java/android/app/
H A DAlertDialog.java116 mAlert = new AlertController(getContext(), this, getWindow());
387 public Context getContext() { method in class:AlertDialog.Builder
H A DDialog.java193 public final Context getContext() { method in class:Dialog
995 Context context = getContext();

Completed in 470 milliseconds

12