Searched refs:EVENT_RIL_CONNECTED (Results 1 – 7 of 7) sorted by relevance
73 static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor306 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()452 case EVENT_RIL_CONNECTED: in handleMessage()
386 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()2732 case EVENT_RIL_CONNECTED: in handleMessage()
195 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
104 case EVENT_RIL_CONNECTED: in handleMessage()
211 DataConnection.EVENT_RIL_CONNECTED, null); in enter()236 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
311 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection346 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
292 testResetFromEvent(DeviceStateMonitor.EVENT_RIL_CONNECTED); in testReset()