Searched refs:mContext (Results 1 - 25 of 49) sorted by relevance

12

/external/conscrypt/src/test/java/org/conscrypt/
H A DZpenSSLX509Certificate.java28 public final long mContext; field in class:ZpenSSLX509Certificate
31 mContext = ctx;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DImsManagerFacade.java39 private final Context mContext; field in class:ImsManagerFacade
45 mContext = mService.getBaseContext();
46 mImsManager = ImsManager.getInstance(mContext,
52 return ImsManager.isVolteEnabledByPlatform(mContext);
57 return ImsManager.isEnhanced4gLteModeSettingEnabledByUser(mContext);
63 ImsManager.setEnhanced4gLteModeSetting(mContext, enable);
68 return mImsManager.isVolteProvisionedOnDevice(mContext);
86 return ImsManager.isWfcEnabledByPlatform(mContext);
93 ImsManager.setWfcRoamingSetting(mContext, enable);
99 return ImsManager.isWfcRoamingEnabledByUser(mContext);
[all...]
H A DSubscriptionManagerFacade.java37 private final Context mContext; field in class:SubscriptionManagerFacade
43 mContext = mService.getBaseContext();
44 mSubscriptionManager = SubscriptionManager.from(mContext);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509CRLEntry.java31 private final long mContext; field in class:OpenSSLX509CRLEntry
34 mContext = ctx;
40 NativeCrypto.get_X509_REVOKED_ext_oids(mContext,
49 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext,
59 return NativeCrypto.X509_REVOKED_get_ext_oid(mContext, oid);
65 NativeCrypto.get_X509_REVOKED_ext_oids(mContext,
74 && (NativeCrypto.get_X509_REVOKED_ext_oids(mContext,
85 NativeCrypto.get_X509_REVOKED_ext_oids(mContext,
88 final long extensionRef = NativeCrypto.X509_REVOKED_get_ext(mContext, oid);
99 return NativeCrypto.i2d_X509_REVOKED(mContext);
[all...]
H A DOpenSSLX509Certificate.java54 private transient final long mContext; field in class:OpenSSLX509Certificate
58 mContext = ctx;
174 NativeCrypto.get_X509_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL);
182 && (NativeCrypto.get_X509_ext_oids(mContext,
192 return NativeCrypto.X509_get_ext_oid(mContext, oid);
198 NativeCrypto.get_X509_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_NON_CRITICAL);
206 && (NativeCrypto.get_X509_ext_oids(mContext,
216 return (NativeCrypto.get_X509_ex_flags(mContext) & NativeConstants.EXFLAG_CRITICAL) != 0;
241 return (int) NativeCrypto.X509_get_version(mContext) + 1;
246 return new BigInteger(NativeCrypto.X509_get_serialNumber(mContext));
[all...]
H A DOpenSSLX509CRL.java47 private final long mContext; field in class:OpenSSLX509CRL
50 mContext = ctx;
135 NativeCrypto.get_X509_CRL_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL);
143 && (NativeCrypto.get_X509_CRL_ext_oids(mContext,
153 return NativeCrypto.X509_CRL_get_ext_oid(mContext, oid);
159 NativeCrypto.get_X509_CRL_ext_oids(mContext,
168 && (NativeCrypto.get_X509_CRL_ext_oids(mContext,
179 NativeCrypto.get_X509_CRL_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL);
181 final long extensionRef = NativeCrypto.X509_CRL_get_ext(mContext, oid);
192 return NativeCrypto.i2d_X509_CRL(mContext);
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothBroadcastHelper.java29 private final Context mContext; field in class:BluetoothBroadcastHelper
37 mContext = context;
47 mContext.registerReceiver(mReceiver, mIntentFilter);
58 mContext.unregisterReceiver(mReceiver);
H A DBluetoothDiscoveryHelper.java40 private final Context mContext; field in class:BluetoothDiscoveryHelper
45 mContext = context;
83 mContext.registerReceiver(mReceiver, filter);
93 mContext.unregisterReceiver(mReceiver);
/external/opencv3/platforms/android/service/engine/src/org/opencv/engine/
H A DMarketConnector.java11 protected Context mContext; field in class:MarketConnector
14 mContext = context;
24 mContext.startActivity(intent);
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DFutureActivityTaskExecutor.java31 private final Context mContext; field in class:FutureActivityTaskExecutor
37 mContext = context;
51 Intent helper = new Intent(mContext, FutureActivity.class);
54 mContext.startActivity(helper);
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProvider.java54 private Context mContext; field in class:InterpreterProvider
90 mContext = getContext();
91 mPreferences = PreferenceManager.getDefaultSharedPreferences(mContext);
141 values.put(InterpreterPropertyNames.BINARY, mDescriptor.getBinary(mContext).getAbsolutePath());
143 .getInteractiveCommand(mContext));
144 values.put(InterpreterPropertyNames.SCRIPT_COMMAND, mDescriptor.getScriptCommand(mContext));
152 values.putAll(mDescriptor.getEnvironmentVariables(mContext));
159 for (String argument : mDescriptor.getArguments(mContext)) {
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
H A DScriptListAdapter.java33 protected final Context mContext; field in class:ScriptListAdapter
37 mContext = context;
38 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
72 resourceId = FeaturedInterpreters.getInterpreterIcon(mContext, script.getName());
H A DActivityFlinger.java109 private final Context mContext; field in class:ActivityFlinger.StartActivityRunnable
113 mContext = context;
119 Intent intent = new Intent(mContext, mActivityClass);
120 mContext.startActivity(intent);
/external/apache-http/android/src/android/net/http/
H A DConnectionThread.java35 private Context mContext; field in class:ConnectionThread
47 mContext = context;
106 mConnection = mConnectionManager.getConnection(mContext,
H A DRequestQueue.java50 private final Context mContext; field in class:RequestQueue
80 mContext, i, this, RequestQueue.this);
171 con = Connection.getConnection(mContext, host, mProxyHost,
206 mContext = context;
231 mContext.registerReceiver(mProxyChangeReceiver,
246 mContext.unregisterReceiver(mProxyChangeReceiver);
260 String host = Proxy.getHost(mContext);
266 mProxyHost = new HttpHost(host, Proxy.getPort(mContext), "http");
379 Connection conn = Connection.getConnection(mContext, host, mProxyHost,
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
H A DInterpreterUninstaller.java45 protected final Context mContext; field in class:InterpreterUninstaller
57 mContext = context;
123 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
134 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext);
H A DInterpreterInstaller.java49 protected final Context mContext; field in class:InterpreterInstaller
157 mContext = context;
247 return new UrlDownloaderTask(in, out, mContext);
264 return new ZipExtractorTask(in, out, mContext, replaceAll);
270 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath();
290 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755);
292 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor
302 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext);
313 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
H A DZipExtractorTask.java54 private final Context mContext; field in class:ZipExtractorTask
86 mContext = context;
178 if (destination.exists() && mContext != null && !mReplaceAll) {
222 MainThread.run(mContext, new Runnable() {
225 AlertDialog.Builder builder = new AlertDialog.Builder(mContext);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
H A DScriptProvider.java56 private Context mContext; field in class:ScriptProvider
85 mContext = getContext();
86 mConfiguration = new InterpreterConfiguration(mContext);
119 int icon = FeaturedInterpreters.getInterpreterIcon(mContext, interpreter.getExtension());
140 iconId = FeaturedInterpreters.getInterpreterIcon(mContext, script.getName());
145 ShortcutIconResource icon = ShortcutIconResource.fromContext(mContext, iconId);
/external/replicaisland/src/com/replica/replicaisland/
H A DKeyboardConfigDialogPreference.java35 private Context mContext; field in class:KeyboardConfigDialogPreference
123 mUnselectedBorder = mContext.getResources().getDrawable(R.drawable.key_config_border);
124 mSelectedBorder = mContext.getResources().getDrawable(R.drawable.key_config_border_active);
142 mKeyLabels = mContext.getResources().getStringArray(R.array.keycode_labels);
208 mContext = context;
H A DGameRenderer.java46 private Context mContext; field in class:GameRenderer
65 mContext = context;
144 library.loadAll(mContext, gl);
325 mContext = newContext;
H A DLevelSelectActivity.java70 private Context mContext; field in class:LevelSelectActivity.DisableItemArrayAdapter
80 mContext = context;
135 sourceView = LayoutInflater.from(mContext).inflate(
142 sourceView = LayoutInflater.from(mContext).inflate(
149 sourceView = LayoutInflater.from(mContext).inflate(
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
H A DTriggerRepository.java55 private final Context mContext; field in class:TriggerRepository
83 mContext = context;
117 mContext.startService(startTriggerServiceIntent);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSimpleCursorAdapter.java382 v = newView(mContext, mCursor, parent);
386 bindView(v, mContext, mCursor);
396 v = newDropDownView(mContext, mCursor, parent);
400 bindView(v, mContext, mCursor);
H A DShadowCursorAdapter.java91 protected Context mContext; field in class:ShadowCursorAdapter
148 mContext = context;
227 // v = newView(mContext, mCursor, parent);
231 // bindView(v, mContext, mCursor);
241 // v = newDropDownView(mContext, mCursor, parent);
245 // bindView(v, mContext, mCursor);

Completed in 3179 milliseconds

12