HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 226 - 250 of 3824) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 32 getSystemService(Context.DEVICE_POLICY_SERVICE);
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerReceiver.java 39 (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE);
MainActivity.java 36 (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
Utils.java 40 Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MessagingMainActivity.java 39 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
ProgressBarPreference.java 39 (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingMainActivity.java 41 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingMainActivity.java 41 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 50 (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCode.java 89 Vibrator vibrator = (Vibrator)getSystemService(Context.VIBRATOR_SERVICE);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
AudioFocusHelper.java 35 mAM = (AudioManager) ctx.getSystemService(Context.AUDIO_SERVICE);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EnableProfileActivity.java 38 (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
MainActivity.java 32 getSystemService(Context.DEVICE_POLICY_SERVICE);
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerReceiver.java 39 (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE);
MainActivity.java 36 (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
Utils.java 40 Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingMainActivity.java 41 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingMainActivity.java 41 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java 33 LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
InputMethodManagerTest.java 24 manager = (InputMethodManager) Robolectric.application.getSystemService(Activity.INPUT_METHOD_SERVICE);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothManagerTest.java 18 private final BluetoothManager manager = (BluetoothManager) RuntimeEnvironment.application.getSystemService(Context.BLUETOOTH_SERVICE);
ShadowNetworkScoreManagerTest.java 24 RuntimeEnvironment.application.getSystemService(Context.NETWORK_SCORE_SERVICE);
  /frameworks/base/core/java/android/app/
Presentation.java 91 * MediaRouter mediaRouter = (MediaRouter) context.getSystemService(Context.MEDIA_ROUTER_SERVICE);
125 * DisplayManager displayManager = (DisplayManager) context.getSystemService(Context.DISPLAY_SERVICE);
189 mDisplayManager = (DisplayManager)getContext().getSystemService(DISPLAY_SERVICE);
325 (WindowManagerImpl)outerContext.getSystemService(WINDOW_SERVICE);
330 public Object getSystemService(String name) {
334 return super.getSystemService(name);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SetTimeZonePermissionsTest.java 38 mAlarm = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE);

Completed in 2020 milliseconds

1 2 3 4 5 6 7 8 91011>>