Home
last modified time | relevance | path

Searched refs:isRcsVolteSingleRegistrationSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DRcsConfigTest.java288 assertEquals(config.isRcsVolteSingleRegistrationSupported(false), expectedResHome[i]); in testIsRcsVolteSingleRegistrationSupported()
289 assertEquals(config.isRcsVolteSingleRegistrationSupported(true), in testIsRcsVolteSingleRegistrationSupported()
/frameworks/base/telephony/java/android/telephony/ims/
DRcsConfig.java363 public boolean isRcsVolteSingleRegistrationSupported(boolean isRoaming) { in isRcsVolteSingleRegistrationSupported() method in RcsConfig