Searched refs:EVENT_RIL_CONNECTED (Results 1 – 5 of 5) sorted by relevance
61 private static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor202 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()346 case EVENT_RIL_CONNECTED: in handleMessage()
282 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()2279 case EVENT_RIL_CONNECTED: in handleMessage()
196 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
206 DataConnection.EVENT_RIL_CONNECTED, null); in enter()238 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
205 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection234 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";