Searched refs:mContext (Results 726 - 750 of 788) sorted by relevance

<<21222324252627282930>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java649 MccTable.updateMccMncConfiguration(mContext,
919 MccTable.updateMccMncConfiguration(mContext,
1379 String[] locales = mContext.getAssets().getLocales();
1421 MccTable.setSystemLocale(mContext, prefLang, country);
/frameworks/rs/
H A DrsScriptC.cpp37 Context * rsc = tls->mContext; \
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp253 callbackPContext = mAndroidBufferQueue->mContext;
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java57 private final Context mContext; field in class:TtmlRenderer
64 mContext = context;
78 mRenderingWidget = new TtmlRenderingWidget(mContext);
H A DClosedCaptionRenderer.java54 private final Context mContext; field in class:ClosedCaptionRenderer
58 mContext = context;
73 mRenderingWidget = new ClosedCaptionWidget(mContext);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java92 private final Context mContext; field in class:PackageInstallerSession
190 mContext = context;
442 final PackageInstallObserverAdapter adapter = new PackageInstallObserverAdapter(mContext,
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java59 final Context mContext; field in class:WindowAnimator
113 mContext = service.mContext;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp97 return tls->mContext;
260 mTlsStruct.mContext = mRSC;
591 tls->mContext = mRSC;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java414 ImsManager.isEnhanced4gLteModeSettingEnabledByPlatform(mContext) &&
415 ImsManager.isEnhanced4gLteModeSettingEnabledByUser(mContext);
424 && mContext.getResources().getBoolean(
968 return mContext.getText(
1712 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java812 ImsManager.isEnhanced4gLteModeSettingEnabledByPlatform(mContext) &&
813 ImsManager.isEnhanced4gLteModeSettingEnabledByUser(mContext);
822 && mContext.getResources().getBoolean(
1000 return mContext.getText(
1644 mContext.getContentResolver().insert(uri, map);
/frameworks/base/core/java/android/view/
H A DView.java3281 protected Context mContext; field in class:View
3569 mContext = context;
4331 TypedArray arr = mContext.obtainStyledAttributes(com.android.internal.R.styleable.View);
4355 ViewConfiguration.get(mContext).getScaledFadingEdgeLength());
4471 TypedArray arr = mContext.obtainStyledAttributes(com.android.internal.R.styleable.View);
4518 ViewConfiguration.get(mContext).getScaledScrollBarSize());
4568 mScrollCache = new ScrollabilityCache(ViewConfiguration.get(mContext), this);
5235 if (AccessibilityManager.getInstance(mContext).isEnabled() && mParent != null) {
5251 if (AccessibilityManager.getInstance(mContext).isEnabled()) {
5352 * String selectedDateUtterance = DateUtils.formatDateTime(mContext,
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java910 Context mContext; field in class:ActivityManagerService
1245 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
1271 Dialog d = new AppErrorDialog(mContext,
1306 mContext, proc, (ActivityRecord)data.get("activity"),
1332 Dialog d = new StrictModeViolationDialog(mContext,
1346 mContext, msg.getData().getCharSequence("msg"));
1351 final ContentResolver resolver = mContext.getContentResolver();
1366 mContext, app);
1450 AlertDialog d = new BaseErrorDialog(mContext);
1512 Context context = mContext
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2429 if (!AccessibilityManager.getInstance(mContext).isEnabled()) {
2656 final Theme baseTheme = mContext.getTheme();
2661 final Theme actionBarTheme = mContext.getResources().newTheme();
2665 actionBarContext = new ContextThemeWrapper(mContext, 0);
2668 actionBarContext = mContext;
2872 view = new View(mContext);
2918 mStatusGuard = new View(mContext);
2919 mStatusGuard.setBackgroundColor(mContext.getResources()
2978 mNavigationGuard = new View(mContext);
2979 mNavigationGuard.setBackgroundColor(mContext
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp237 mContext(this), mEventHub(eventHub), mPolicy(policy),
412 InputDevice* device = new InputDevice(&mContext, deviceId, bumpGenerationLocked(),
859 mContext(context), mId(id), mGeneration(generation), mControllerNumber(controllerNumber),
919 mContext->getEventHub()->getConfiguration(mId, &mConfiguration);
925 mContext->getPolicy()->getKeyboardLayoutOverlay(mIdentifier);
926 if (mContext->getEventHub()->setKeyboardLayoutOverlay(mId, keyboardLayout)) {
934 String8 alias = mContext->getPolicy()->getDeviceAlias(mIdentifier);
958 mContext->updateGlobalMetaState();
1100 mGeneration = mContext->bumpGeneration();
1105 mContext
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2318 private final Context mContext; field in class:PrintActivity.PageShredder
2330 mContext = context;
2347 intent.setClass(mContext, PdfManipulationService.class);
2348 mContext.bindService(intent, this, Context.BIND_AUTO_CREATE);
2368 mContext.unbindService(PageShredder.this);
2400 mContext.getCacheDir());
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2604 private Context mContext; field in class:EditStyledText.EditStyledTextSpans.RescalableImageSpan
2611 mContext = context;
2618 mContext = context;
2631 mContext.getContentResolver().openInputStream(mContentUri);
2636 is = mContext.getContentResolver().openInputStream(mContentUri);
2650 mDrawable = new BitmapDrawable(mContext.getResources(), bitmap);
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java210 final ViewConfiguration configuration = ViewConfiguration.get(mContext);
1660 if (mContext.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR2) {
1674 if (mContext.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR2) {
H A DScrollView.java237 final ViewConfiguration configuration = ViewConfiguration.get(mContext);
1752 if (mContext.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR2) {
1766 if (mContext.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR2) {
H A DStackView.java211 sHolographicHelper = new HolographicHelper(mContext);
226 final float density = mContext.getResources().getDisplayMetrics().density;
521 StackFrame fl = new StackFrame(mContext);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java179 private final Context mContext; field in class:TouchExplorer
221 mContext = context;
845 AccessibilityManager accessibilityManager = AccessibilityManager.getInstance(mContext);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java834 private MffContext mContext; field in class:CameraStreamer.CameraRunnable
885 mContext = context;
892 return mContext;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java79 final Context mContext; field in class:MediaRouter
193 mContext = context;
1553 } else if (router.mContext == context) {
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java80 mDisplayManager = (DisplayManager)mContext.getSystemService(Context.DISPLAY_SERVICE);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java325 PackageManager packageManager = mContext.getPackageManager();
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java147 InputStream in = mContext.getResources().openRawResource(R.raw.youtube);

Completed in 970 milliseconds

<<21222324252627282930>>