HomeSort by relevance Sort by last modified time
    Searched refs:POWER_SERVICE (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 249 .getSystemService(Context.POWER_SERVICE);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 98 (PowerManager) getActivity().getSystemService(Context.POWER_SERVICE);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 132 Context.POWER_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
CallHandlerServiceProxy.java 141 final PowerManager pm = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
  /development/apps/Development/src/com/android/development/
Connectivity.java 148 PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
256 mPm = (PowerManager)getSystemService(Context.POWER_SERVICE);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 90 PowerManager pm = (PowerManager)NotificationTestList.this.getSystemService(Context.POWER_SERVICE);
864 = ((PowerManager)NotificationTestList.this.getSystemService(Context.POWER_SERVICE))
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 231 (PowerManager)context.getSystemService(Context.POWER_SERVICE);
624 Context.POWER_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 742 final PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 191 PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 438 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 111 (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 164 mPowerManager = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
SystemServer.java 193 ServiceManager.addService(Context.POWER_SERVICE, power);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 182 PowerManager pm = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 799 PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 135 PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 152 PowerManager pm = (PowerManager)mContext1.getSystemService(Context.POWER_SERVICE);
BluetoothOppObexServerSession.java 103 PowerManager pm = (PowerManager)mContext.getSystemService(Context.POWER_SERVICE);
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 95 PowerManager pm = (PowerManager)mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 315 PowerManager pm = (PowerManager) getActivity().getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java 494 mPM = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 448 if (POWER_SERVICE.equals(service)) {
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 118 context.getSystemService(Context.POWER_SERVICE));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 177 (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]

Completed in 982 milliseconds

1 2 34 5 6 7