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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 256 sendDeviceState(CHARGING_STATE, mIsCharging);
265 sendDeviceState(POWER_SAVE_MODE, mIsPowerSaveOn);
273 sendDeviceState(LOW_DATA_EXPECTED, mIsLowDataExpected);
301 sendDeviceState(CHARGING_STATE, mIsCharging);
302 sendDeviceState(LOW_DATA_EXPECTED, mIsLowDataExpected);
303 sendDeviceState(POWER_SAVE_MODE, mIsPowerSaveOn);
328 private void sendDeviceState(int type, boolean state) {
330 mPhone.mCi.sendDeviceState(type, state, null);
RIL.java     [all...]
CommandsInterface.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 626 public void sendDeviceState(int stateType, boolean state, Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 628 public void sendDeviceState(int stateType, boolean state, Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 1359 public void sendDeviceState(int stateType, boolean state, Message result) {
SimulatedCommands.java     [all...]
  /hardware/ril/libril/
ril_service.cpp 429 Return<void> sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
    [all...]

Completed in 273 milliseconds