HomeSort by relevance Sort by last modified time
    Searched defs:sContext (Results 1 - 12 of 12) 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;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java 58 private static AtomicReference<Context> sContext = new AtomicReference<Context>(null);
108 return sContext.get();
114 if (sContext.get() != null) {
117 sContext.set(this);
167 ContentMain.initApplicationContext(sContext.get().getApplicationContext());
168 nativeInitChildProcess(sContext.get().getApplicationContext(),
  /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/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 46 private static Activity sContext = null;
89 sContext = context;
115 SharedPreferences prefs = sContext.getPreferences(Activity.MODE_PRIVATE);
156 sProgressIndicator = ProgressDialog.show(sContext, sContext.
157 getString(R.string.progress_title), sContext.getResources().
168 sContext.getResources().getStringArray(R.array.protoc_states)[state]);
181 Toast.makeText(sContext, sContext.getResources().
187 Toast.makeText(sContext, sContext.getResources().getStringArray
    [all...]
  /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...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1643 milliseconds