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

1234

/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DMffEnvironment.java58 public FilterContext getContext() { method in class:MffEnvironment
/frameworks/compile/libbcc/include/bcc/
H A DSource.h67 inline BCCContext &getContext() function in class:bcc::Source
69 inline const BCCContext &getContext() const function in class:bcc::Source
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.h42 RSContext *getContext() const { function in class:slang::RSPragmaHandler
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java94 protected Context getContext() { method in class:LocalListenerHelper
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java56 public Context getContext() { method in class:AndroidTestCase
98 getContext().startActivity(intent);
117 getContext().getContentResolver().query(uri, null, null, null, null);
136 getContext().getContentResolver().insert(uri, new ContentValues());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java104 public FilterContext getContext() { method in class:FilterFunction
H A DFrameManager.java53 public FilterContext getContext() { method in class:FrameManager
H A DGraphRunner.java55 public FilterContext getContext() { method in class:GraphRunner
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java44 public Context getContext() { method in class:Service
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java292 protected BridgeContext getContext() { method in class:RenderAction
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp140 EGLContext egl_tls_t::getContext() { function in class:android::egl_tls_t
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java150 public Context getContext() { method in class:AbstractThreadedSyncAdapter
H A DLoader.java124 * store the context directly; always use {@link #getContext()} to retrieve
126 * The Context returned by {@link #getContext} is safe to use across
163 public Context getContext() { method in class:Loader
/frameworks/base/core/java/android/os/
H A DSELinux.java85 public static final native String getContext(); method in class:SELinux
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothManager.java82 public Context getContext() { method in class:LocalBluetoothManager
/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java101 public final Context getContext() { method in class:SystemService
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayAdapter.java73 public final Context getContext() { method in class:DisplayAdapter
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java130 BitmapDrawable drawable = new BitmapDrawable(getContext().getResources(),
161 BridgeContext bridgeContext = getContext();
222 public BridgeContext getContext() { method in class:CustomBar
241 RenderResources renderResources = getContext().getRenderResources();
282 RenderResources res = getContext().getRenderResources();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DOMANode.java30 public String getContext() { method in class:OMANode
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java118 public Context getContext() { method in class:PhotoViewActivity
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java118 public Context getContext() { method in class:PhotoViewActivity
/frameworks/rs/
H A DrsObjectBase.h56 Context * getContext() const {return mRSC;} function in class:android::renderscript::ObjectBase
/frameworks/support/v4/java/android/support/v4/view/
H A DActionProvider.java85 public Context getContext() { method in class:ActionProvider
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceInflater.java99 public Context getContext() { method in class:PreferenceInflater
115 XmlResourceParser parser = getContext().getResources().getXml(resource);
337 intent = Intent.parseIntent(getContext().getResources(), parser, attrs);
347 getContext().getResources().parseBundleExtra(EXTRA_TAG_NAME, attrs,
/frameworks/base/core/java/android/app/
H A DFragmentHostCallback.java173 Context getContext() { method in class:FragmentHostCallback

Completed in 3789 milliseconds

1234