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.java61 private static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor
202 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()
346 case EVENT_RIL_CONNECTED: in handleMessage()
DGsmCdmaPhone.java282 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()
2279 case EVENT_RIL_CONNECTED: in handleMessage()
DPhone.java196 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java206 DataConnection.EVENT_RIL_CONNECTED, null); in enter()
238 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
DDataConnection.java205 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection
234 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";