HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 851 - 875 of 1425) sorted by null

<<31323334353637383940>>

  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceCapabilityTask.java 124 sAlarmManager = (AlarmManager)mContext.getSystemService(Context.ALARM_SERVICE);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowFingerprintManagerTest.java 34 .getSystemService(Context.FINGERPRINT_SERVICE);
ShadowJobSchedulerTest.java 33 jobScheduler = (JobScheduler) context.getSystemService(Context.JOB_SCHEDULER_SERVICE);
ShadowMediaRouterTest.java 32 .getSystemService(Context.MEDIA_ROUTER_SERVICE);
ShadowServiceTest.java 33 .getSystemService(Context.NOTIFICATION_SERVICE);
ShadowSubscriptionManagerTest.java 29 (SubscriptionManager) application.getSystemService(TELEPHONY_SUBSCRIPTION_SERVICE);
ShadowWifiInfoTest.java 25 wifiManager = (WifiManager) application.getSystemService(WIFI_SERVICE);
ShadowWifiP2pManagerTest.java 31 manager = (WifiP2pManager) context.getSystemService(Context.WIFI_P2P_SERVICE);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
LocationFacade.java 117 mLocationManager = (LocationManager) mService.getSystemService(Context.LOCATION_SERVICE);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiPrompt.java 99 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
InterpreterPicker.java 129 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DurationPicker.java 52 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
BaseUsbConnection.java 48 usbManager = (UsbManager) this.context.getSystemService(Context.USB_SERVICE);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCProximitySensor.java 55 sensorManager = ((SensorManager) context.getSystemService(
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioManager.java 93 audioManager = (AudioManager) context.getSystemService(
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 53 WindowManager manager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
BiometricTest.java 158 mBiometricManager = getApplicationContext().getSystemService(BiometricManager.class);
159 mKeyguardManager = getApplicationContext().getSystemService(KeyguardManager.class);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 311 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
320 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 81 mTelecomManager = (TelecomManager) mContext.getSystemService(Context.TELECOM_SERVICE);
304 final UserManager userManager = (UserManager) mContext.getSystemService(
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java 75 mWifiManager = (WifiManager) getContext().getSystemService(Context.WIFI_SERVICE);
77 (ConnectivityManager) getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
  /cts/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 220 (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
227 (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 335 ((ClipboardManager) mContext.getSystemService(CLIPBOARD_SERVICE))
398 return mContext.getSystemService(AutofillManager.class);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 115 boolean expectDisabled = mContext.getSystemService(ActivityManager.class).isLowRamDevice();
129 boolean expectDisabled = mContext.getSystemService(ActivityManager.class).isLowRamDevice();
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerTestBase.java 122 mAm = mContext.getSystemService(ActivityManager.class);
123 mAtm = mContext.getSystemService(ActivityTaskManager.class);

Completed in 633 milliseconds

<<31323334353637383940>>