HomeSort by relevance Sort by last modified time
    Searched refs:sContext (Results 1 - 4 of 4) 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...]
  /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 148 milliseconds