HomeSort by relevance Sort by last modified time
    Searched defs:sContext (Results 1 - 5 of 5) 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/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 49 static private Context sContext;
68 sContext = context;
186 phone = new CDMALTEPhone(sContext, sCommandsInterface, sPhoneNotifier);
192 phone = new CDMAPhone(sContext, sCommandsInterface, sPhoneNotifier);
202 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier);
213 return SipPhoneFactory.makePhone(sipUri, sContext, sPhoneNotifier);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1625 milliseconds