Searched refs:mContext (Results 101 - 125 of 1175) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DEriManager.java96 private Context mContext; field in class:EriManager
104 mContext = context;
159 Resources r = mContext.getResources();
180 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE);
197 parser.setInput(mContext.getAssets().open(eriFile), null);
333 mContext.getText(com.android.internal.R.string.roamingText0).toString());
340 mContext.getText(com.android.internal.R.string.roamingText1).toString());
347 mContext.getText(com.android.internal.R.string.roamingText2).toString());
356 mContext.getText(com.android.internal.R.string.roamingText3).toString());
363 mContext
[all...]
H A DCdmaMmiCode.java63 Context mContext; field in class:CdmaMmiCode
149 mContext = phone.getContext();
265 mMessage = mContext.getText(com.android.internal.R.string.mmiError);
274 sb.append(mContext.getText(res));
296 return mContext.getText(com.android.internal.R.string.PinMmi);
317 sb.append(mContext.getText(
320 sb.append(mContext.getText(
331 sb.append(mContext.getResources().getQuantityString(
336 sb.append(mContext.getText(
340 sb.append(mContext
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java102 new SubscriptionInfoUpdater(mContext, new Phone[]{mPhone},
116 replaceInstance(SubscriptionInfoUpdater.class, "mContext", null, null);
128 ((MockContentResolver) mContext.getContentResolver()).addProvider(
154 mContext.sendBroadcast(mIntent);
161 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE);
175 mContext.sendBroadcast(mIntent);
180 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE);
194 mContext.sendBroadcast(mIntent);
198 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE);
212 mContext
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java301 long curCon = mContext;
303 mContext = 0;
311 rsnContextSetPriority(mContext, p);
316 rsnContextDump(mContext, bits);
321 rsnContextFinish(mContext);
327 rsnContextSendMessage(mContext, id, data);
336 if (mContext != 0) {
337 rsnObjDestroy(mContext, id);
344 return rsnElementCreate(mContext, type, kind, norm, vecSize);
349 return rsnElementCreate2(mContext, element
1033 long mContext; field in class:RenderScript
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraManager.h92 mContext(callback->context) {}
97 mContext == other.mContext);
104 if (mContext != other.mContext) return mContext < other.mContext;
113 void* mContext; member in struct:android::final::Callback
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java35 Context mContext; field in class:AbsoluteFileBackupHelper
48 mContext = context;
/frameworks/base/core/java/android/hardware/
H A DSerialManager.java31 private final Context mContext; field in class:SerialManager
38 mContext = context;
/frameworks/base/core/tests/coretests/src/android/view/
H A DRemoteViewsTest.java52 private Context mContext; field in class:RemoteViewsTest
58 mContext = InstrumentationRegistry.getContext();
60 mContainer = new LinearLayout(mContext);
70 View inflated = clone.apply(mContext, mContainer);
82 clone.apply(mContext, mContainer);
91 View inflated = clone.apply(mContext, mContainer);
115 original.apply(mContext, mContainer);
124 clone.apply(mContext, mContainer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataSaverTile.java61 || Prefs.getBoolean(mContext, Prefs.Key.QS_DATA_SAVER_DIALOG_SHOWN, false)) {
67 SystemUIDialog dialog = new SystemUIDialog(mContext);
80 Prefs.putBoolean(mContext, Prefs.Key.QS_DATA_SAVER_DIALOG_SHOWN, true);
85 MetricsLogger.action(mContext, getMetricsCategory(), mState.value);
92 return mContext.getString(R.string.data_saver);
99 state.label = mContext.getString(R.string.data_saver);
115 return mContext.getString(R.string.accessibility_quick_settings_data_saver_changed_on);
117 return mContext.getString(R.string.accessibility_quick_settings_data_saver_changed_off);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipUI.java35 PackageManager pm = mContext.getPackageManager();
42 pipManager.initialize(mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java40 private final Context mContext; field in class:ZenFooter
53 mContext = context;
54 mSpTexts = new SpTexts(mContext);
121 isZenPriority() ? mContext.getString(R.string.interruption_level_priority)
122 : isZenAlarms() ? mContext.getString(R.string.interruption_level_alarms)
123 : isZenNone() ? mContext.getString(R.string.interruption_level_none)
127 final CharSequence line2 = ZenModeConfig.getConditionSummary(mContext, mConfig,
133 Util.setText(mEndNowButton, mContext.getString(R.string.volume_zen_end_now));
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DStateController.java33 protected final Context mContext; field in class:StateController
40 mContext = context;
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java595 Context mContext; field in class:TestService.OpenXmlResOp
602 mContext = context;
606 XmlResourceParser parser = mContext.getResources().getLayout(R.xml.simple);
613 Context mContext; field in class:TestService.ReadXmlAttrsOp
622 mContext = context;
623 mParser = mContext.getResources().getLayout(R.xml.simple);
652 TypedArray a = mContext.obtainStyledAttributes(mAttrs,
660 Context mContext; field in class:TestService.ParseXmlResOp
667 mContext = context;
671 SimpleInflater inf = new SimpleInflater(mContext);
678 Context mContext; field in class:TestService.ParseLargeXmlResOp
696 Context mContext; field in class:TestService.LayoutInflaterOp
718 Context mContext; field in class:TestService.LayoutInflaterLargeOp
740 Context mContext; field in class:TestService.LayoutInflaterViewOp
762 Context mContext; field in class:TestService.LayoutInflaterButtonOp
784 Context mContext; field in class:TestService.LayoutInflaterImageButtonOp
806 Context mContext; field in class:TestService.CreateBitmapOp
825 Context mContext; field in class:TestService.CreateRecycleBitmapOp
845 Context mContext; field in class:TestService.LoadSmallBitmapOp
865 Context mContext; field in class:TestService.LoadRecycleSmallBitmapOp
886 Context mContext; field in class:TestService.LoadLargeBitmapOp
906 Context mContext; field in class:TestService.LoadRecycleLargeBitmapOp
927 Context mContext; field in class:TestService.LoadSmallScaledBitmapOp
947 Context mContext; field in class:TestService.LoadLargeScaledBitmapOp
[all...]
/frameworks/wilhelm/src/itf/
H A DIVisualization.c33 thiz->mContext = pContext;
68 thiz->mContext = NULL;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java119 Context mContext; field in class:GsmMmiCode
547 mContext = phone.getContext();
981 mMessage = mContext.getText(com.android.internal.R.string.mmiError);
990 sb.append(mContext.getText(res));
1008 mMessage = mContext.getText(com.android.internal.R.string.mmiComplete);
1032 mMessage = mContext.getText(com.android.internal.R.string.mmiError);
1145 return mContext.getText(com.android.internal.R.string.mmiFdnError);
1148 return mContext.getText(com.android.internal.R.string.stk_cc_ussd_to_dial);
1151 return mContext.getText(com.android.internal.R.string.stk_cc_ussd_to_ss);
1154 return mContext
[all...]
/frameworks/av/include/media/stagefright/
H A DRenderScriptWrapper.h37 RSC::sp<RSC::RS> mContext; member in struct:android::RenderScriptWrapper
/frameworks/base/core/java/android/security/net/config/
H A DManifestConfigSource.java31 private final Context mContext; field in class:ManifestConfigSource
39 mContext = context;
68 + mContext.getResources().getResourceEntryName(mConfigResourceId)
71 source = new XmlConfigSource(mContext, mConfigResourceId, debugBuild,
/frameworks/base/core/java/android/widget/
H A DRemoteViewsListAdapter.java30 private Context mContext; field in class:RemoteViewsListAdapter
37 mContext = context;
93 rv.reapply(mContext, v);
95 v = rv.apply(mContext, parent);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DPrefState.java33 private final Context mContext; field in class:PrefState
38 mContext = context;
39 mPrefs = mContext.getSharedPreferences(FILE_NAME, 0);
59 Cat cat = new Cat(mContext, seed);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardMonitor.java34 private final Context mContext; field in class:KeyguardMonitor
47 mContext = context;
48 mKeyguardUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext);
49 mUserTracker = new CurrentUserTracker(mContext) {
/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java42 private final Context mContext; field in class:HardwarePropertiesManagerService
46 mContext = context;
88 final PackageManager pm = mContext.getPackageManager();
101 final DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class);
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DImsUceManager.java51 private Context mContext; field in class:ImsUceManager
110 mContext = context;
180 if (mContext != null) {
183 mContext.sendBroadcast(new Intent(intent));
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp30 mContext(context), mMasterTable(outTable), mOptions(options) {
33 mContext->getCompilationPackage(), mContext->getPackageId());
53 const uint8_t desiredPackageId = mContext->getPackageId();
59 mContext->getDiagnostics()->warn(DiagMessage(src)
64 if (package->name.empty() || mContext->getCompilationPackage() == package->name) {
72 mContext->getDiagnostics()->error(DiagMessage(src) << "file '"
104 mContext->getDiagnostics()->warn(DiagMessage(src)
109 bool mangle = packageName != mContext->getCompilationPackage();
117 mContext
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java41 private Context mContext; field in class:BordeauxClassifier
57 mClassifier = BordeauxManagerService.getClassifier(mContext, mName);
67 mContext = context;
73 mContext = context;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DHalWifiScannerTest.java37 mScanner = new HalWifiScannerImpl(mContext, mWifiNative, mLooper.getLooper(), mClock);

Completed in 1130 milliseconds

1234567891011>>