Searched refs:getContext (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/content/
H A DBrickDeniedTest.java29 getContext().sendBroadcast(new Intent("SHES_A_BRICK_HOUSE"));
30 getContext().sendBroadcast(new Intent("android.intent.action.BRICK"));
H A DMemoryFileProviderTest.java37 ContentResolver resolver = getContext().getContentResolver();
52 ContentResolver resolver = getContext().getContentResolver();
70 ContentResolver resolver = getContext().getContentResolver();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java201 getContext().startService(new Intent(service).putExtras(bundle));
205 getContext().startService(new Intent(service).putExtras(bundle));
211 getContext().stopService(service);
219 getContext().stopService(service);
225 getContext().startService(service);
239 getContext().bindService(service, conn, 0);
240 getContext().startService(service);
244 getContext().bindService(service, conn2, 0);
247 getContext().unbindService(conn2);
252 getContext()
[all...]
H A DSubActivityTest.java26 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
32 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
38 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
45 new ComponentName(getContext(), RemoteSubActivityScreen.class));
52 new ComponentName(getContext(), RemoteSubActivityScreen.class));
59 new ComponentName(getContext(), RemoteSubActivityScreen.class));
65 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
72 new ComponentName(getContext(), RemoteSubActivityScreen.class));
80 new ComponentName(getContext(), RemoteSubActivityScreen.class));
87 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScree
[all...]
H A DLaunchTest.java26 mIntent.putExtra("component", new ComponentName(getContext(), TestedActivity.class));
32 mIntent.putExtra("component", new ComponentName(getContext(), LocalActivity.class));
38 mIntent.putExtra("component", new ComponentName(getContext(), TestedScreen.class));
44 mIntent.putExtra("component", new ComponentName(getContext(), LocalScreen.class));
63 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
69 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
H A DIntentSenderTest.java33 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0,
54 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0);
62 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0,
81 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0);
H A DBroadcastTest.java179 getContext().registerReceiver(mReceiver, filter, permission, null);
191 getContext().unregisterReceiver(mReceiver);
278 getContext().sendOrderedBroadcast(
313 Intent sticky = getContext().registerReceiver(null, filter);
329 Intent sticky = getContext().registerReceiver(null, filter);
343 Intent sticky = getContext().registerReceiver(null, filter);
375 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_REGISTERED));
390 getContext().sendOrderedBroadcast(
400 getContext().sendBroadcast(
417 getContext()
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemFocusablesFarApart.java42 position, parent.getContext(), desiredHeight);
H A DListHeterogeneous.java44 position, parent.getContext(), getValueAtPosition(position), desiredHeight);
47 position, parent.getContext(), getValueAtPosition(position), desiredHeight);
50 position, parent.getContext(), getValueAtPosition(position), desiredHeight);
H A DListItemFocusableAboveUnfocusable.java43 position, parent.getContext(), getValueAtPosition(position), desiredHeight);
H A DListItemFocusablesClose.java52 position, parent.getContext(), desiredHeight);
/frameworks/base/core/tests/coretests/src/android/text/util/
H A DLinkifyTest.java33 tv = new TextView(getContext());
44 tv = new TextView(getContext());
56 tv = new TextView(getContext());
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java63 writeFile(new File(getContext().getFilesDir(), "system/packages.xml"),
103 writeFile(new File(getContext().getFilesDir(), "system/packages-stopped.xml"),
113 writeFile(new File(getContext().getFilesDir(), "system/packages.list"),
141 Settings settings = new Settings(getContext().getFilesDir());
159 Settings settings = new Settings(getContext().getFilesDir());
163 settings = new Settings(getContext().getFilesDir());
174 Settings settings = new Settings(getContext().getFilesDir());
/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/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java33 LocationManager locationManager = (LocationManager)getInstrumentation().getContext(
/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DFilterFunctionEnvironment.java69 return new FilterFunction(getContext(), filter);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java55 public FilterContext getContext() { method in class:GraphRunner
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DEntropyMixerTest.java31 File dir = getContext().getDir("testInitialWrite", Context.MODE_PRIVATE);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java41 mContext = phone.getContext();
78 mPhone.getContext().enforceCallingPermission(
115 mPhone.getContext().enforceCallingPermission(
153 mPhone.getContext().enforceCallingPermission(
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java81 mOpenHelper = new DatabaseHelper(getContext());
89 getContext().getContentResolver().notifyChange(uri, null);
104 getContext().getContentResolver().notifyChange(addedUri, null);
117 getContext().getContentResolver().notifyChange(uri, null);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DAttachInfo_Accessor.java32 new ViewRootImpl(view.getContext()), new Handler(), null);
/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java91 mSystemContext = getContext();
100 mApplication = (T) Instrumentation.newApplication(mApplicationClass, getContext());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRotationActivity.java54 canvas.translate(dipToPx(getContext(), 400), dipToPx(getContext(), 200));
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSourceInfo.h85 inline llvm::LLVMContext *getContext() const { function in class:bcc::SourceInfo
86 return (module) ? &module->getContext() : NULL;
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp269 if (!EncodeInteger(mModule->getContext(),
279 if (!EncodeInteger(mModule->getContext(),
285 RecordInfoMetadata->addOperand(llvm::MDNode::get(mModule->getContext(),
320 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
323 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
330 mVarInfoMetadata->addOperand(llvm::MDNode::get(mModule->getContext(),
349 if (!EncodeInteger(mModule->getContext(), FuncName, FuncInfo)) {
356 mFuncInfoMetadata->addOperand(llvm::MDNode::get(mModule->getContext(),
421 llvm::MDString::get(mModule->getContext(), StrTabData);
423 llvm::MDString::get(mModule->getContext(), StrIdxDat
[all...]

Completed in 422 milliseconds

1234567891011>>