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

<<11121314151617181920>>

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManager_WifiLockTest.java 29 if (!WifiFeature.isWifiSupported(getContext())) {
33 WifiManager wm = (WifiManager) getContext().getSystemService(Context.WIFI_SERVICE);
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 36 command.append(getInstrumentation().getContext().getPackageName());
53 Context context = getInstrumentation().getContext();
  /cts/tools/cts-preconditions/src/com/android/preconditions/cts/
PreconditionsTest.java 38 PackageManager pm = this.getContext().getPackageManager();
46 ScreenLockHelper.isDeviceSecure(this.getContext()));
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_info.py 8 var gl = c.getContext('webgl', { failIfMajorPerformanceCaveat: true });
10 gl = c.getContext('experimental-webgl',
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 34 virtual shared_ptr<Context> GetContext () = 0;
40 uint64_t current_address = GetContext()->GetIt();
  /external/libunwind/doc/
unw_getcontext.man 51 getcontext()
59 initialized by getcontext()
unw_getcontext.tex 33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the
36 initialized by \Func{getcontext()} is expected. The reason for this
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DialogPreferenceTest.java 47 assertThat(shadow.getContext(), sameInstance(context));
53 assertThat(shadow.getContext(), sameInstance(context));
  /external/skia/src/gpu/
GrCoordTransform.cpp 29 if (texture->getContext()) {
30 const GrShaderCaps* caps = texture->getContext()->caps()->shaderCaps();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java 39 getContext().getContentResolver()
85 getContext().getContentResolver().unregisterContentObserver(mObserver);
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
AppFuseTest.java 36 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
47 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
68 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
80 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
92 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
133 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
173 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
199 final StorageManager storageManager = getContext().getSystemService(StorageManager.class);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RotationActivity.java 54 canvas.translate(dipToPx(getContext(), 400), dipToPx(getContext(), 200));
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
AbsSpinnerBindingAdapter.java 43 new ArrayAdapter<CharSequence>(view.getContext(),
60 view.setAdapter(new ObservableListAdapter<T>(view.getContext(), entries,
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
IllustrationTest.java 33 final Illustration illustration = new Illustration(getContext());
39 final Context context = getContext();
ItemInflaterTest.java 31 ItemInflater inflater = new ItemInflater(getInstrumentation().getContext());
38 ItemInflater inflater = new ItemInflater(getInstrumentation().getContext());
LinkSpanTest.java 31 final TestContext context = new TestContext(getContext());
42 final Context context = getContext();
StatusBarBackgroundLayoutTest.java 30 final StatusBarBackgroundLayout layout = new StatusBarBackgroundLayout(getContext());
42 new TestStatusBarBackgroundLayout(getContext());
  /frameworks/support/tests/java/android/support/v4/app/
NotificationCompatWearableExtenderTest.java 43 mPendingIntent = PendingIntent.getActivity(getContext(), 0, new Intent(), 0);
45 mCustomContentHeightPx = Math.round(getContext().getResources().getDisplayMetrics().density
57 Notification notif = new NotificationCompat.Builder(getContext())
69 Notification notif = new Notification.Builder(getContext())
94 Notification page2 = new Notification.Builder(getContext())
118 Notification notif = new NotificationCompat.Builder(getContext())
142 Notification page2 = new Notification.Builder(getContext())
166 Notification notif = new Notification.Builder(getContext())
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
FragmentContentIdActivity.java 55 View view = new View(getContext());
66 View view = new View(getContext());
  /hardware/qcom/gps/core/
LocAdapterProxyBase.h 49 ContextBase* getContext() const {
50 return mLocAdapterBase->getContext();
  /hardware/qcom/gps/msm8084/core/
LocAdapterProxyBase.h 49 ContextBase* getContext() const {
50 return mLocAdapterBase->getContext();
  /hardware/qcom/gps/msm8909/core/
LocAdapterProxyBase.h 49 ContextBase* getContext() const {
50 return mLocAdapterBase->getContext();
  /hardware/qcom/gps/msm8994/core/
LocAdapterProxyBase.h 49 ContextBase* getContext() const {
50 return mLocAdapterBase->getContext();
  /hardware/qcom/gps/msm8996/core/
LocAdapterProxyBase.h 49 ContextBase* getContext() const {
50 return mLocAdapterBase->getContext();
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 85 mInflater = (LayoutInflater)getContext().getSystemService(
121 ? EditorUiUtils.getLocalAccountInfo(getContext(), state.getAccountName(), type)
122 : EditorUiUtils.getAccountInfo(getContext(), state.getAccountName(), type);
133 mAccountIconImageView.setImageDrawable(state.getRawContactAccountType(getContext())
134 .getDisplayIcon(getContext()));
155 getContext().getString(R.string.missing_name));
163 final Resources res = getContext().getResources();
177 GeoUtil.getCurrentCountryIso(getContext()));

Completed in 905 milliseconds

<<11121314151617181920>>