Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java67 static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor
269 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()
439 case EVENT_RIL_CONNECTED: in handleMessage()
DGsmCdmaPhone.java346 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()
2452 case EVENT_RIL_CONNECTED: in handleMessage()
DPhone.java213 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java197 DataConnection.EVENT_RIL_CONNECTED, null); in enter()
229 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()