mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1124550 - Part 02: ril_worker: expose API cdmaFlash. r=hsinyi
This commit is contained in:
parent
8e3482a776
commit
9ba8867e89
@ -1692,12 +1692,17 @@ RilObject.prototype = {
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* CDMA flash.
|
||||
*
|
||||
* @param featureStr (optional)
|
||||
* Dialing number when the command is used for three-way-calling
|
||||
*/
|
||||
cdmaFlash: function(options) {
|
||||
let Buf = this.context.Buf;
|
||||
options.isCdma = true;
|
||||
options.request = REQUEST_CDMA_FLASH;
|
||||
Buf.newParcel(options.request, options);
|
||||
Buf.writeString(options.featureStr);
|
||||
Buf.writeString(options.featureStr || "");
|
||||
Buf.sendParcel();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user