Closed
Bug 1128823
Opened 11 years ago
Closed 10 years ago
[Telephony] Replace "hangUpAll" used in MobileConnectionService by a proper way through TelephonyService
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(tracking-b2g:backlog, firefox38 fixed)
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: aknow, Assigned: aknow)
Details
Attachments
(1 file)
2.82 KB,
patch
|
hsinyi
:
review+
|
Details | Diff | Splinter Review |
We should always go through TelephonyService when performing the call related operations.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8558312 -
Flags: review?(htsai)
Comment 2•11 years ago
|
||
Comment on attachment 8558312 [details] [diff] [review]
Remove hangUpAll
Review of attachment 8558312 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/system/gonk/RadioInterfaceLayer.js
@@ +542,5 @@
> + enumerateCallState: function(aInfo) {
> + gTelephonyService.hangUpCall(aInfo.clientId, aInfo.callIndex,
> + hangUpCallback);
> + },
> + enumerateCallStateComplete: function() {}
A thought which is not directly related to this bug -- I think for the long term, we should move "enumerateCallState" and "enumerateCallStateComplete" out of nsITelephonyListener but more them to nsITelephonyCallback or similar that makes more sense from the perspective of interface naming.
Attachment #8558312 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S6 (20feb)
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•