Searched defs:sendDeviceState (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDeviceStateMonitor.java378 sendDeviceState(CHARGING_STATE, mIsCharging);
387 sendDeviceState(POWER_SAVE_MODE, mIsPowerSaveOn);
395 sendDeviceState(LOW_DATA_EXPECTED, mIsLowDataExpected);
431 sendDeviceState(CHARGING_STATE, mIsCharging);
432 sendDeviceState(LOW_DATA_EXPECTED, mIsLowDataExpected);
433 sendDeviceState(POWER_SAVE_MODE, mIsPowerSaveOn);
460 private void sendDeviceState(int type, boolean state) { method in class:DeviceStateMonitor
462 mPhone.mCi.sendDeviceState(type, state, null);
H A DCommandsInterface.java2128 void sendDeviceState(int stateType, boolean state, Message result); method in interface:CommandsInterface
H A DRIL.java3691 public void sendDeviceState(int stateType, boolean state, method in class:RIL
3704 radioProxy.sendDeviceState(rr.mSerial, stateType, state);
3706 handleRadioProxyExceptionForRR(rr, "sendDeviceState", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java648 public void sendDeviceState(int stateType, boolean state, Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java650 public void sendDeviceState(int stateType, boolean state, Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java2210 public void sendDeviceState(int stateType, boolean state, Message result) { method in class:SimulatedCommands
2211 SimulatedCommandsVerifier.getInstance().sendDeviceState(stateType, state, result);
H A DSimulatedCommandsVerifier.java1409 public void sendDeviceState(int stateType, boolean state, Message result) { method in class:SimulatedCommandsVerifier

Completed in 90 milliseconds