HomeSort by relevance Sort by last modified time
    Searched defs:sendDeviceState (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 378 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) {
462 mPhone.mCi.sendDeviceState(type, state, null);
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 648 public void sendDeviceState(int stateType, boolean state, Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 650 public void sendDeviceState(int stateType, boolean state, Message result) {
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 798 Return<void> Radio::sendDeviceState(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 1409 public void sendDeviceState(int stateType, boolean state, Message result) {
SimulatedCommands.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java     [all...]
  /hardware/ril/libril/
ril_service.cpp 445 Return<void> sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
    [all...]

Completed in 114 milliseconds