Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java57 private static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor
192 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()
233 case EVENT_RIL_CONNECTED: in handleMessage()
DGsmCdmaPhone.java264 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()
2122 case EVENT_RIL_CONNECTED: in handleMessage()
DPhone.java191 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java161 DataConnection.EVENT_RIL_CONNECTED, null); in enter()
186 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
DDataConnection.java185 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection
208 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";