Searched refs:EVENT_RIL_CONNECTED (Results 1 – 4 of 4) sorted by relevance
157 DataConnection.EVENT_RIL_CONNECTED, null); in enter()182 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
178 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection201 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
260 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()2019 case EVENT_RIL_CONNECTED: in handleMessage()
177 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone