Searched defs:sContext (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
H A DAlarmService.java27 static Context sContext; field in class:AlarmService
32 sContext = this;
49 sContext = null;
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java40 private static Context sContext; field in class:NtpTrustedTime
75 sContext = context;
91 mCM = (ConnectivityManager) sContext.getSystemService(Context.CONNECTIVITY_SERVICE);
/frameworks/base/services/core/java/com/android/server/audio/
H A DRotationHelper.java51 private static Context sContext; field in class:RotationHelper
57 * - sContext != null
63 sContext = context;
100 int newRotation = ((WindowManager) sContext.getSystemService(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java78 static private Context sContext; field in class:PhoneFactory
95 sContext = context;
210 phone = new CDMALTEPhone(sContext, sCommandsInterfaces[phoneId],
218 Phone phone = new GSMPhone(sContext, sCommandsInterfaces[phoneId],
273 return SipPhoneFactory.makePhone(sipUri, sContext, sPhoneNotifier);
296 MccTable.updateMccMncConfiguration(sContext, defaultMccMnc, false);
304 sContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
333 subId = Settings.Global.getInt(sContext.getContentResolver(),
347 value = Settings.Global.getInt(sContext.getContentResolver(),
361 Settings.Global.putInt(sContext
[all...]

Completed in 157 milliseconds