Home
last modified time | relevance | path

Searched refs:EVENT_RIL_CONNECTED (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java73 static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor
306 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()
452 case EVENT_RIL_CONNECTED: in handleMessage()
DGsmCdmaPhone.java386 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()
2732 case EVENT_RIL_CONNECTED: in handleMessage()
DPhone.java195 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorGsmCdmaPhone.java104 case EVENT_RIL_CONNECTED: in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java211 DataConnection.EVENT_RIL_CONNECTED, null); in enter()
236 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
DDataConnection.java311 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection
346 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java292 testResetFromEvent(DeviceStateMonitor.EVENT_RIL_CONNECTED); in testReset()