Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_api.cpp742 TEST_P(RadioHidlTest_v1_2, getVoiceRegistrationState) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp42 TEST_P(RadioHidlTest, getVoiceRegistrationState) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp206 Return<void> Radio::getVoiceRegistrationState(int32_t /* serial */) { in getVoiceRegistrationState() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java212 public void getVoiceRegistrationState (Message result) { in getVoiceRegistrationState() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java213 public void getVoiceRegistrationState (Message result) { in getVoiceRegistrationState() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1008 public void getVoiceRegistrationState(Message result) { in getVoiceRegistrationState() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java815 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1127 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState() method
H A DRIL.java1521 public void getVoiceRegistrationState(Message result) { in getVoiceRegistrationState() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1000 Return<void> RadioImpl::getVoiceRegistrationState(int32_t serial) { in getVoiceRegistrationState() function in RadioImpl