Searched refs:getRegState (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | CallDomainSelectionTestOnMockModem.java | 277 private int getRegState(int domain, int subId) { in getRegState() method in CallDomainSelectionTestOnMockModem 315 getRegState(NetworkRegistrationInfo.DOMAIN_PS, subId)); in testCombinedAttachPsSelected() 319 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId)); in testCombinedAttachPsSelected() 377 getRegState(NetworkRegistrationInfo.DOMAIN_PS, subId)); in testVoiceCallOverPs() 381 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId)); in testVoiceCallOverPs() 430 NetworkRegistrationInfo.REGISTRATION_STATE_HOME, getRegState(Domain.CS, subId)); in testVoiceCallOverCs() 433 getRegState(Domain.PS, subId)); in testVoiceCallOverCs() 493 getRegState(NetworkRegistrationInfo.DOMAIN_PS, subId)); in testVoiceCallOverVoWifi() 497 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId)); in testVoiceCallOverVoWifi() 554 getRegState(NetworkRegistrationInfo.DOMAIN_PS, subId)); in testCallWhenImsForSmsOnlyAndCsfbSupported() [all …]
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockEmergencyRegResult.java | 116 public @NetworkRegistrationInfo.RegistrationState int getRegState() { in getRegState() method in MockEmergencyRegResult
|
D | IRadioNetworkImpl.java | 1188 result.regState = convertRegState(regResult.getRegState()); in convertEmergencyRegResult()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyManagerTestOnMockModem.java | 353 private int getRegState(int domain, int subId) { in getRegState() method in TelephonyManagerTestOnMockModem 458 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId), in testServiceStateChange() 480 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId), in testServiceStateChange() 552 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId), in testRegistrationFailed() 565 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId), in testRegistrationFailed() 660 getRegState(NetworkRegistrationInfo.DOMAIN_PS, subId), in testVoiceCallState() 664 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId), in testVoiceCallState() 844 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_0), in testDsdsServiceStateChange() 850 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_1), in testDsdsServiceStateChange() 877 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_0), in testDsdsServiceStateChange() [all …]
|
D | DomainSelectionServiceTestOnMockModem.java | 390 assertEquals(regResult.getRegState(), receivedResult.getRegState()); in testDomainSelectionServiceEmergencyNetworkScan()
|
D | ConnectivityManagerTestOnMockModem.java | 275 private int getRegState(int domain) { in getRegState() method in ConnectivityManagerTestOnMockModem
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 14627 method public int getRegState();
|