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.java73 static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor
296 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()
454 case EVENT_RIL_CONNECTED: in handleMessage()
DGsmCdmaPhone.java433 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()
2902 case EVENT_RIL_CONNECTED: in handleMessage()
DPhone.java212 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java302 testResetFromEvent(DeviceStateMonitor.EVENT_RIL_CONNECTED); in testReset()