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

12345

/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DMffEnvironment.java58 public FilterContext getContext() { method in class:MffEnvironment
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.h42 RSContext *getContext() const { function in class:slang::RSPragmaHandler
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemInflater.java52 public Context getContext() { method in class:ItemInflater
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java98 protected Context getContext() { method in class:LocalListenerHelper
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DMtpManagerTest.java46 mUsbManager = getContext().getSystemService(UsbManager.class);
47 mManager = new MtpManager(getContext());
161 private Context getContext() { method in class:MtpManagerTest
162 return getInstrumentation().getContext();
/frameworks/compile/libbcc/include/bcc/
H A DSource.h77 inline BCCContext &getContext() function in class:bcc::Source
79 inline const BCCContext &getContext() const function in class:bcc::Source
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java64 public Context getContext() { method in class:AndroidTestCase
106 getContext().startActivity(intent);
125 getContext().getContentResolver().query(uri, null, null, null, null);
144 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/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestBase.java54 mRealTestContext = super.getContext();
66 public DpmMockContext getContext() { method in class:DpmTestBase
/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.java289 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
/frameworks/base/core/java/android/os/
H A DSELinux.java85 public static final native String getContext(); method in class:SELinux
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDocumentsAdapter.java100 Context getContext(); method in interface:DocumentsAdapter.Environment
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapterTest.java53 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
107 public Context getContext() { method in class:ModelBackedDocumentsAdapterTest.TestEnvironment
H A DSectionBreakDocumentsAdapterWrapperTest.java54 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
142 public Context getContext() { method in class:SectionBreakDocumentsAdapterWrapperTest.TestEnvironment
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMANode.java50 public String getContext() { method in class:OMANode
/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.java80 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/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java118 public Context getContext() { method in class:PhotoViewActivity

Completed in 635 milliseconds

12345