OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sContext
(Results
1 - 6
of
6
) 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
File cacheDir =
sContext
.getCacheDir();
100
return
sContext
.getPackageName();
121
InputStream is =
sContext
.getContentResolver().openInputStream(uri);
162
return
sContext
.getContentResolver().openInputStream(uri)
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java
49
static private Context
sContext
;
68
sContext
= context;
220
phone = new CDMALTEPhone(
sContext
, sCommandsInterface, sPhoneNotifier);
226
phone = new CDMAPhone(
sContext
, sCommandsInterface, sPhoneNotifier);
236
Phone phone = new GSMPhone(
sContext
, sCommandsInterface, sPhoneNotifier);
247
return SipPhoneFactory.makePhone(sipUri,
sContext
, sPhoneNotifier);
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
[
all
...]
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
57
private static Context
sContext
;
62
if (
sContext
== null) {
65
sContext
= appContext;
67
sContext
= context;
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 248 milliseconds