HomeSort by relevance Sort by last modified time
    Searched defs:sContext (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/webkit/
JniUtil.java 41 private static Context sContext;
44 if (sContext == null) {
50 if (sContext != null) {
54 sContext = context.getApplicationContext();
58 return sContext;
69 sDatabaseDirectory = sContext.getDatabasePath("dummy").getParent();
83 File cacheDir = sContext.getCacheDir();
113 InputStream is = sContext.getContentResolver().openInputStream(uri);
153 return sContext.getContentResolver().openInputStream(uri);
180 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);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [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()) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 58 private static Context sContext;
63 if (sContext == null) {
66 sContext = appContext;
68 sContext = context;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 101 private static Context sContext;
145 sContext = context;
551 sContext.sendBroadcast(intent);
    [all...]

Completed in 1010 milliseconds