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

1 2 3 4 5 67 8 910

  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 124 context.getSystemService(Context.POWER_SERVICE));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java     [all...]
InboundSmsHandler.java 255 PowerManager pm = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 590 PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 338 .getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 247 case Context.POWER_SERVICE:
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 142 PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 150 PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 177 (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 193 (PowerManager)context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/
VoicemailPlaybackPresenter.java 160 PowerManager powerManager = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 283 PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java     [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
PowerUsageSummaryTest.java 176 when(mContext.getSystemService(Context.POWER_SERVICE)).thenReturn(mPowerManager);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 277 = (PowerManager) getSystemService(Context.POWER_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 311 mPowerManager = (PowerManager) getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 691 PowerManager powerManager = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 275 PowerManager pm = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 672 mPM = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 432 mPowerManager = (PowerManager) getContext().getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java 285 PowerManager powerManager = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
    [all...]
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsServiceTest.java 172 Context.POWER_SERVICE);
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 631 if (POWER_SERVICE.equals(service)) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiServiceImplTest.java 263 when(mContext.getSystemServiceName(PowerManager.class)).thenReturn(Context.POWER_SERVICE);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 137 Context.POWER_SERVICE);
    [all...]

Completed in 1351 milliseconds

1 2 3 4 5 67 8 910