HomeSort by relevance Sort by last modified time
    Searched full:getcontext (Results 501 - 525 of 4335) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomDialogPreference.java 44 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomEditTextPreference.java 48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomPreferenceGroup.java 45 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomSwitchPreference.java 49 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContractIntentsTest.java 32 List<ResolveInfo> resolveInfoList = getContext()
TestCaseThatRunsIfTelephonyIsEnabled.java 30 if (isTelephonySupported(getInstrumentation().getContext())) {
  /cts/tests/tests/security/src/android/security/cts/
IntentSenderRemovalTest.java 39 PackageManager pm = getContext().getPackageManager();
MMapExecutableTest.java 31 assertTrue(mmapExecutable(getContext().getApplicationInfo().sourceDir));
MediaMetadataRetrieverTest.java 35 mResources = getContext().getResources();
VoldExploitTest.java 29 final StorageManager sm = (StorageManager) getContext().getSystemService(
  /cts/tests/tests/telephony/src/android/telephony/cts/
CarrierServiceTest.java 37 Intent intent = new Intent(getContext(), TestCarrierService.class);
  /cts/tests/tests/text/src/android/text/cts/
ClipboardManagerTest.java 34 mContext = getInstrumentation().getContext();
  /cts/tests/tests/text/src/android/text/style/cts/
EasyEditSpanTest.java 30 new EasyEditSpan(PendingIntent.getActivity(getContext(), 0, new Intent(), 0));
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterView_AdapterContextMenuInfoTest.java 27 View testView = new View(getContext());
DummyAdapter.java 64 convertView = new View(parent.getContext());
ExpandableListView_ExpandableListContextMenuInfoTest.java 31 ListView listview = new ListView(getContext());
Gallery_LayoutParamsTest.java 38 new LayoutParams(getContext(), p);
  /development/apps/launchperf/src/com/android/launchperf/
ComplexActivityLaunchPerformance.java 41 mIntent.setClassName(getContext(), "com.android.launchperf.ComplexActivity");
EmptyActivityLaunchPerformance.java 40 mIntent.setClassName(getContext(), "com.android.launchperf.EmptyActivity");
SimpleActivityLaunchPerformance.java 40 mIntent.setClassName(getContext(), "com.android.launchperf.SimpleActivity");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Typefaces.java 39 mFace = Typeface.createFromAsset(getContext().getAssets(),
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
MyMediaRouteControllerDialog.java 39 TextView view = new TextView(getContext());
  /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
CharacterCardPresenter.java 32 return new CharacterCardView(getContext());
TextCardPresenter.java 33 return new TextCardView(getContext());
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlIntentListener.java 36 final Context context = parent.getContext();

Completed in 324 milliseconds

<<21222324252627282930>>