Home
last modified time | relevance | path

Searched defs:getImsRegistrationState (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsRegistrationCallbackHelper.java119 public int getImsRegistrationState() { in getImsRegistrationState() method in ImsRegistrationCallbackHelper
H A DImsPhoneCommandInterface.java267 public void getImsRegistrationState (Message result) { in getImsRegistrationState() method in ImsPhoneCommandInterface
H A DImsPhone.java2134 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in ImsPhone
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_ims.cpp189 TEST_P(RadioHidlTest, getImsRegistrationState) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp661 Return<void> Radio::getImsRegistrationState(int32_t /* serial */) { in getImsRegistrationState() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java268 public void getImsRegistrationState (Message result) { in getImsRegistrationState() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2072 public void getImsRegistrationState(Message response) { in getImsRegistrationState() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java62 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java143 void getImsRegistrationState(Message result); in getImsRegistrationState() method
H A DPhone.java4269 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in Phone
H A DRIL.java4392 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2094 Return<void> RadioImpl::getImsRegistrationState(int32_t serial) { in getImsRegistrationState() function in RadioImpl