OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sContext
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/webkit/
JniUtil.java
40
private static Context
sContext
;
43
if (
sContext
== null) {
49
if (
sContext
!= null) {
53
sContext
= context.getApplicationContext();
57
return
sContext
;
68
sDatabaseDirectory =
sContext
.getDatabasePath("dummy").getParent();
82
sCacheDirectory =
sContext
.getCacheDir().getAbsolutePath();
107
InputStream is =
sContext
.getContentResolver().openInputStream(uri);
147
return
sContext
.getContentResolver().openInputStream(uri);
174
return Settings.Secure.getString(
sContext
.getContentResolver()
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java
48
static private Context
sContext
;
66
sContext
= context;
218
phone = new CDMALTEPhone(
sContext
, sCommandsInterface, sPhoneNotifier);
224
phone = new CDMAPhone(
sContext
, sCommandsInterface, sPhoneNotifier);
234
Phone phone = new GSMPhone(
sContext
, sCommandsInterface, sPhoneNotifier);
245
return SipPhoneFactory.makePhone(sipUri,
sContext
, sPhoneNotifier);
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
58
private static Context
sContext
;
64
if (
sContext
== null) {
65
sContext
= context;
69
} else if (
sContext
!= context) {
71
Log.e(TAG, "Original: " +
sContext
.getPackageName() + ", new: " +
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiApConfigStore.java
46
private static Context
sContext
;
62
sContext
= context;
173
config.SSID =
sContext
.getString(R.string.wifi_tether_configure_ssid_default);
WifiConfigStore.java
101
private static Context
sContext
;
145
sContext
= context;
551
sContext
.sendBroadcast(intent);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
65
private static Context
sContext
;
71
sContext
= context;
328
if (Thread.currentThread() ==
sContext
.getMainLooper().getThread()) {
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
[
all
...]
/hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c
355
TEEC_Context*
sContext
,
360
VAR_NOT_USED(
sContext
);
362
TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)",
sContext
, nTimeout);
Completed in 178 milliseconds