Searched refs:EVENT_RIL_CONNECTED (Results 1 – 5 of 5) sorted by relevance
57 private static final int EVENT_RIL_CONNECTED = 0; field in DeviceStateMonitor192 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in DeviceStateMonitor()233 case EVENT_RIL_CONNECTED: in handleMessage()
264 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in initOnce()2122 case EVENT_RIL_CONNECTED: in handleMessage()
191 protected static final int EVENT_RIL_CONNECTED = 41; field in Phone
161 DataConnection.EVENT_RIL_CONNECTED, null); in enter()186 case DataConnection.EVENT_RIL_CONNECTED: in processMessage()
185 static final int EVENT_RIL_CONNECTED = BASE + 5; field in DataConnection208 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";