Home
last modified time | relevance | path

Searched defs:sendDeviceState (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDeviceStateMonitor.java619 private void sendDeviceState(int type, boolean state) { in sendDeviceState() method in DeviceStateMonitor
H A DCommandsInterface.java2381 void sendDeviceState(int stateType, boolean state, Message result); in sendDeviceState() method
H A DRIL.java5231 public void sendDeviceState(int stateType, boolean state, in sendDeviceState() method in RIL
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp954 TEST_P(RadioHidlTest, sendDeviceState) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp798 Return<void> Radio::sendDeviceState( in sendDeviceState() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java653 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java653 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2344 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java1420 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() method in SimulatedCommandsVerifier
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2743 Return<void> RadioImpl::sendDeviceState(int32_t serial, DeviceStateType deviceStateType, in sendDeviceState() function in RadioImpl