/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DeviceStateMonitorTest.java | 261 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(LOW_DATA_EXPECTED), in testTethering() 274 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(CHARGING_STATE), in testCharging() 284 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(LOW_DATA_EXPECTED), in testCharging() 286 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(CHARGING_STATE), in testCharging() 301 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(CHARGING_STATE), in testResetFromEvent() 303 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(LOW_DATA_EXPECTED), in testResetFromEvent() 305 verify(mSimulatedCommandsVerifier).sendDeviceState(eq(POWER_SAVE_MODE), in testResetFromEvent()
|
D | SimulatedCommands.java | 2307 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in SimulatedCommands 2308 SimulatedCommandsVerifier.getInstance().sendDeviceState(stateType, state, result); in sendDeviceState()
|
D | SimulatedCommandsVerifier.java | 1395 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in SimulatedCommandsVerifier
|
D | RILTest.java | 1156 mRILUnderTest.sendDeviceState(stateType, state, obtainMessage()); in testSendDeviceState() 1157 verify(mRadioProxy).sendDeviceState( in testSendDeviceState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DeviceStateMonitor.java | 488 sendDeviceState(CHARGING_STATE, mIsCharging); in onUpdateDeviceState() 497 sendDeviceState(POWER_SAVE_MODE, mIsPowerSaveOn); in onUpdateDeviceState() 524 sendDeviceState(LOW_DATA_EXPECTED, mIsLowDataExpected); in onUpdateDeviceState() 581 sendDeviceState(CHARGING_STATE, mIsCharging); in onReset() 582 sendDeviceState(LOW_DATA_EXPECTED, mIsLowDataExpected); in onReset() 583 sendDeviceState(POWER_SAVE_MODE, mIsPowerSaveOn); in onReset() 611 private void sendDeviceState(int type, boolean state) { in sendDeviceState() method in DeviceStateMonitor 613 mPhone.mCi.sendDeviceState(type, state, null); in sendDeviceState()
|
D | CommandsInterface.java | 2288 void sendDeviceState(int stateType, boolean state, Message result); in sendDeviceState() method
|
D | RIL.java | 4835 public void sendDeviceState(int stateType, boolean state, in sendDeviceState() method in RIL 4848 radioProxy.sendDeviceState(rr.mSerial, stateType, state); in sendDeviceState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 640 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 640 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in SipCommandInterface
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7504 HSPLandroid/hardware/radio/V1_3/IRadio$Proxy;->sendDeviceState(IIZ)V 21998 HSPLcom/android/internal/telephony/DeviceStateMonitor;->sendDeviceState(IZ)V 22618 HSPLcom/android/internal/telephony/RIL;->sendDeviceState(IZLandroid/os/Message;)V
|