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

  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmService.java 27 static Context sContext;
32 sContext = this;
49 sContext = null;
WakeUpController.java 49 (PowerManager) AlarmService.sContext.getSystemService(Context.POWER_SERVICE);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 38 private static Activity sContext = null;
52 sContext = context;
97 SharedPreferences prefs = sContext.getPreferences(Activity.MODE_PRIVATE);
147 sProgressIndicator = ProgressDialog.show(sContext, sContext.
148 getString(R.string.progress_title), sContext.getResources().
160 sContext.getResources().getStringArray(R.array.protoc_states)[state]);
174 Toast.makeText(sContext, sContext.getResources().
180 Toast.makeText(sContext, sContext.getResources().getStringArray
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 44 private static Context sContext;
62 return sContext;
66 if (sContext != null) {
67 Log.w(Launcher.TAG, "setApplicationContext called twice! old=" + sContext + " new=" + context);
69 sContext = context.getApplicationContext();
73 if (sContext == null) {
79 if (sContext.getResources().getBoolean(R.bool.debug_memory_enabled)) {
80 MemoryTracker.startTrackingMe(sContext, "L");
84 mIsScreenLarge = isScreenLarge(sContext.getResources());
85 mScreenDensity = sContext.getResources().getDisplayMetrics().density
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 51 static private Context sContext;
67 sContext = context;
175 phone = new CDMALTEPhone(sContext, sCommandsInterface, sPhoneNotifier);
181 phone = new CDMAPhone(sContext, sCommandsInterface, sPhoneNotifier);
191 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier);
202 return SipPhoneFactory.makePhone(sipUri, sContext, sPhoneNotifier);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java 56 private static AtomicReference<Context> sContext = new AtomicReference<Context>(null);
99 return sContext.get();
105 if (sContext.get() != null) {
108 sContext.set(this);
141 ContentMain.initApplicationContext(sContext.get().getApplicationContext());
142 nativeInitChildProcess(sContext.get().getApplicationContext(),
  /external/chromium_org/third_party/sqlite/src/src/
delete.c 237 AuthContext sContext; /* Authorization context */
248 memset(&sContext, 0, sizeof(sContext));
308 sqlite3AuthContextPush(pParse, &sContext, pTab->zName);
444 sqlite3AuthContextPop(&sContext);
update.c 111 AuthContext sContext; /* The authorization context */
132 memset(&sContext, 0, sizeof(sContext));
291 sqlite3AuthContextPush(pParse, &sContext, pTab->zName);
555 sqlite3AuthContextPop(&sContext);
vdbe.c     [all...]
  /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 337 milliseconds