HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 201 - 225 of 497) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 359 .getSystemService(Service.NOTIFICATION_SERVICE);
487 .getSystemService(Service.ACCESSIBILITY_SERVICE);
498 .getSystemService(Service.ACTIVITY_SERVICE);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 253 mPM = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
271 .getSystemService(Context.ALARM_SERVICE);
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 57 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
65 PowerManager pm = (PowerManager)NotificationTestList.this.getSystemService(Context.POWER_SERVICE);
658 = ((PowerManager)NotificationTestList.this.getSystemService(Context.POWER_SERVICE))
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarms.java 362 context.getSystemService(Context.ALARM_SERVICE);
404 context.getSystemService(Context.ALARM_SERVICE);
453 context.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 115 context.getSystemService(Context.NOTIFICATION_SERVICE);
117 mStatusBar = (StatusBarManager) context.getSystemService(Context.STATUS_BAR_SERVICE);
453 AudioManager audioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
    [all...]
SipCallOptionHandler.java 228 LayoutInflater inflater = (LayoutInflater) getSystemService(
346 ConnectivityManager cm = (ConnectivityManager) getSystemService(
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 212 mInflater = (LayoutInflater)getContext().getSystemService(
437 mAm = (ActivityManager)getContext().getSystemService(Context.ACTIVITY_SERVICE);
439 LayoutInflater inflater = (LayoutInflater)getContext().getSystemService(
  /development/samples/AccessibilityService/src/com/example/android/clockback/
ClockBackService.java 377 mVibrator = (Vibrator) getSystemService(Service.VIBRATOR_SERVICE);
380 mAudioManager = (AudioManager) getSystemService(Service.AUDIO_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 141 mDPM = (DevicePolicyManager)getSystemService(Context.DEVICE_POLICY_SERVICE);
142 mAM = (ActivityManager)getSystemService(Context.ACTIVITY_SERVICE);
  /frameworks/base/core/java/android/app/
Dialog.java 141 mWindowManager = (WindowManager)context.getSystemService(Context.WINDOW_SERVICE);
822 .getSystemService(Context.SEARCH_SERVICE);
    [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 362 public Object getSystemService(String name) {
363 return mBase.getSystemService(name);
  /frameworks/base/core/java/android/view/
VolumePanel.java 107 mAudioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE);
112 .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/java/android/widget/
MediaController.java 126 mWindowManager = (WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE);
186 LayoutInflater inflate = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
TabHost.java 510 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
544 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
ZoomButtonsController.java 204 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);
261 .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 190 mCM = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
192 mWifiManager =(WifiManager)getSystemService(Context.WIFI_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 419 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE);
477 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaEnvReverbTest.java 346 AudioManager am = (AudioManager) getActivity().getSystemService(Context.AUDIO_SERVICE);
418 AudioManager am = (AudioManager) getActivity().getSystemService(Context.AUDIO_SERVICE);
MediaVisualizerTest.java 198 AudioManager am = (AudioManager) getActivity().getSystemService(Context.AUDIO_SERVICE);
274 AudioManager am = (AudioManager) getActivity().getSystemService(Context.AUDIO_SERVICE);
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 445 ((NotificationManager) mContext.getSystemService(
450 ((NotificationManager) mContext.getSystemService(
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 625 (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);
656 WifiManager wM = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 219 mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
512 ((WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE))
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 395 mWindowManager = (WindowManager)context.getSystemService(Context.WINDOW_SERVICE);
433 WindowManager wm = (WindowManager)getContext().getSystemService(Context.WINDOW_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 91 mDPM = (DevicePolicyManager)getSystemService(Context.DEVICE_POLICY_SERVICE);
317 Display d = ((WindowManager) getSystemService(Context.WINDOW_SERVICE))
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 107 (KeyguardManager) getContext().getSystemService(Context.KEYGUARD_SERVICE);

Completed in 707 milliseconds

1 2 3 4 5 6 7 891011>>