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

  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmService.java 27 static Context sContext;
32 sContext = this;
49 sContext = null;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java 34 private static Context sContext;
47 if (context.equals(sContext)) {
49 } else if (sContext != null) {
52 ", before clearing previous "+ sContext);
58 sContext = context;
69 if (sContext != null) {
75 sContext = null;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 44 private static Context sContext;
64 return sContext;
68 if (sContext != null) {
69 Log.w(Launcher.TAG, "setApplicationContext called twice! old=" + sContext + " new=" + context);
71 sContext = context.getApplicationContext();
75 if (sContext == null) {
81 if (sContext.getResources().getBoolean(R.bool.debug_memory_enabled)) {
82 MemoryTracker.startTrackingMe(sContext, "L");
85 mInvariantDeviceProfile = new InvariantDeviceProfile(sContext);
86 mIconCache = new IconCache(sContext, mInvariantDeviceProfile)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 78 static private Context sContext;
95 sContext = context;
205 phone = new CDMALTEPhone(sContext, sCommandsInterfaces[phoneId],
213 Phone phone = new GSMPhone(sContext, sCommandsInterfaces[phoneId],
268 return SipPhoneFactory.makePhone(sipUri, sContext, sPhoneNotifier);
291 MccTable.updateMccMncConfiguration(sContext, defaultMccMnc, false);
299 sContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
328 subId = Settings.Global.getInt(sContext.getContentResolver(),
342 value = Settings.Global.getInt(sContext.getContentResolver(),
356 Settings.Global.putInt(sContext.getContentResolver()
    [all...]
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 40 private static Context sContext;
75 sContext = context;
91 mCM = (ConnectivityManager) sContext.getSystemService(Context.CONNECTIVITY_SERVICE);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoProvider.java 56 private static Context sContext;
60 if (sContext == null)
61 sContext = context;
159 sPrefixUrl = sContext.getResources().getString(R.string.prefix_url);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapTestData.java 61 static Context sContext = null;
63 sContext = context;
82 ContentResolver resolver = sContext.getContentResolver();
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c     [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 52 private static Context sContext;
149 sContext = context;
153 super(sContext, APN_DATABASE_NAME, null, DB_VERSION);
167 final File dbFile = sContext.getDatabasePath(APN_DATABASE_NAME);
336 final Resources r = sContext.getResources();
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 45 private static Context sContext;
497 sContext = context;
773 if (sQueryProfileIntent != null && sContext != null) {
777 sContext.sendStickyBroadcastAsUser(sQueryProfileIntent, UserHandle.ALL);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayFragment.java 87 private static Context sContext;
117 sContext = getActivity();
258 mPlayPauseAction = new PlayPauseAction(sContext);
259 mRepeatAction = new RepeatAction(sContext);
260 mThumbsUpAction = new ThumbsUpAction(sContext);
261 mThumbsDownAction = new ThumbsDownAction(sContext);
262 mShuffleAction = new ShuffleAction(sContext);
263 mSkipNextAction = new PlaybackControlsRow.SkipNextAction(sContext);
264 mSkipPreviousAction = new PlaybackControlsRow.SkipPreviousAction(sContext);
265 mFastForwardAction = new PlaybackControlsRow.FastForwardAction(sContext);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2618 milliseconds