Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcControllerTest.java73 private static final int EVENT_DATA_STATE_CHANGED = 0x00040007; field in DcControllerTest
149 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testDataDormant()
187 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
231 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult()
271 mDcc.sendMessage(mDcc.obtainMessage(EVENT_DATA_STATE_CHANGED, in testPhysicalLinkStateChanged_defaultApnTypeAndStateChanged_registrantNotifyResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java121 DataConnection.EVENT_DATA_STATE_CHANGED); in DcController()
180 case DataConnection.EVENT_DATA_STATE_CHANGED: in handleMessage()
DDataConnection.java361 static final int EVENT_DATA_STATE_CHANGED = BASE + 7; field in DataConnection
403 sCmdToString[EVENT_DATA_STATE_CHANGED - BASE] = "EVENT_DATA_STATE_CHANGED";