Home
last modified time | relevance | path

Searched refs:SUBSTATE_PREALERTING (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSrvccConnection.java48 public static final int SUBSTATE_PREALERTING = 1; field in SrvccConnection
91 mSubstate = SUBSTATE_PREALERTING; in SrvccConnection()
DRILUtils.java5621 case SrvccConnection.SUBSTATE_PREALERTING: in convertSrvccCallSubState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2267 assertTrue(srvccConnections[0].getSubState() == SrvccConnection.SUBSTATE_PREALERTING); in testConvertToSrvccConnectionInfoMtPreAlerting()