HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 1 - 25 of 1698) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/src/com/android/dialer/
DialerApplication.java 35 public Object getSystemService(String name) {
45 return super.getSystemService(name);
  /packages/apps/Nfc/src/com/android/nfc/
ScreenStateHelper.java 22 context.getSystemService(Context.KEYGUARD_SERVICE);
23 mPowerManager = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccessibilityHelper.java 32 getSystemService(Context.ACCESSIBILITY_SERVICE);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
SystemUtil.java 32 ((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE)).getMemoryInfo(info);
38 ((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE)).getMemoryInfo(info);
  /cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java 32 ActivityManager activityManager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
39 ActivityManager activityManager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
  /cts/tests/tests/text/src/android/text/cts/
ClipboardManagerTest.java 40 (ClipboardManager) mContext.getSystemService(Context.CLIPBOARD_SERVICE);
51 (ClipboardManager) mContext.getSystemService(Context.CLIPBOARD_SERVICE);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/findphone/
DisconnectListenerService.java 44 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
51 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 44 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
51 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WifiInfoTest.java 20 WifiManager wifiManager = (WifiManager) application.getSystemService(WIFI_SERVICE);
24 wifiManager = (WifiManager) application.getSystemService(WIFI_SERVICE);
  /frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
InstrumentationUiAutomatorBridge.java 41 mContext.getSystemService(Service.WINDOW_SERVICE);
53 mContext.getSystemService(Service.POWER_SERVICE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
TelephonyManagerUtils.java 40 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
54 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertWakeLock.java 30 PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
47 PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
  /cts/hostsidetests/theme/app/src/android/theme/app/
CaptureHolo.java 33 (KeyguardManager) activity.getSystemService(Context.KEYGUARD_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
KeyguardManagerTest.java 35 final KeyguardManager keyguardManager = (KeyguardManager) c.getSystemService(
  /cts/tests/tests/permission/src/android/permission/cts/
DevicePowerPermissionTest.java 33 mPowerManager = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
  /cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/
CaptureHolo.java 32 (KeyguardManager) activity.getSystemService(Context.KEYGUARD_SERVICE);
  /external/chromium_org/components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/
CronetSamplePreconditionsTest.java 21 .getSystemService(Context.POWER_SERVICE);
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellPreconditionsTest.java 20 PowerManager pm = (PowerManager) getInstrumentation().getContext().getSystemService(
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintManagerDelegateImpl.java 19 mPrintManager = (PrintManager) context.getSystemService(Context.PRINT_SERVICE);
  /external/replicaisland/src/com/replica/replicaisland/
VibrationSystem.java 37 Vibrator vibrator = (Vibrator)params.context.getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java 30 context.getSystemService(Context.TELECOM_SERVICE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodDialogReceiver.java 28 ((InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE))
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileUtils.java 37 final DevicePolicyManager dpm = (DevicePolicyManager) getContext().getSystemService(
50 final DevicePolicyManager dpm = (DevicePolicyManager) getContext().getSystemService(
61 final DevicePolicyManager dpm = (DevicePolicyManager) getContext().getSystemService(
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 54 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
76 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
93 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/support/v4/java/android/support/v4/widget/
ResourceCursorAdapter.java 56 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
78 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
95 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);

Completed in 710 milliseconds

1 2 3 4 5 6 7 8 91011>>