Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java461 eq(DataConnection.EVENT_DATA_CONNECTION_VOICE_CALL_STARTED), eq(null)); in testConnectEvent()
1316 mDc.sendMessage(DataConnection.EVENT_DATA_CONNECTION_VOICE_CALL_STARTED); in testIsSuspended()
1322 mDc.sendMessage(DataConnection.EVENT_DATA_CONNECTION_VOICE_CALL_STARTED); in testIsSuspended()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java368 static final int EVENT_DATA_CONNECTION_VOICE_CALL_STARTED = BASE + 15; field in DataConnection
411 sCmdToString[EVENT_DATA_CONNECTION_VOICE_CALL_STARTED - BASE] =
2824 DataConnection.EVENT_DATA_CONNECTION_VOICE_CALL_STARTED, null); in enter()
3156 case EVENT_DATA_CONNECTION_VOICE_CALL_STARTED: in processMessage()