Closed
Bug 1097509
Opened 11 years ago
Closed 11 years ago
Refactor sendCdmaFlashCommand() to enqueue the requests
Categories
(Firefox OS Graveyard :: RIL, defect)
Firefox OS Graveyard
RIL
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bhsu, Assigned: bhsu)
Details
Current implementation of sendCdmaFlashCommand() sends the requests directly, but the requests should be first enqueued into the telephonyRequestQueue of the corresponding context(client).
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bhsu
| Assignee | ||
Updated•11 years ago
|
Summary: Refactor sendCdmaFlashCommand() to enqueue the request → Refactor sendCdmaFlashCommand() to enqueue the requests
| Assignee | ||
Comment 1•11 years ago
|
||
Since sendCdmaFlashCommand() won't trigger any call state change, there is no need to push the requests into the enqueue the telephonyRequestQueue.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•