On Jan 28, 2014, at 23:23, Reuben Morais <[email protected]> wrote: > On Jan 28, 2014, at 11:48, Alexandre Lissy <[email protected]> wrote: >> You can probably have a look in Gecko's implementation of this API :) > > I'm afraid that won't help, this code is stringly typed all the way up to the > RIL.
Or maybe it would, if you dig deep enough. It looks like this is the list: https://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_consts.js#2603 See also: https://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/RadioInterfaceLayer.js#4187 https://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/ril_worker.js#1842 https://github.com/mozilla-b2g/android-hardware-ril/blob/master/include/telephony/ril.h#L86 And maybe hope for bug 898445, but I'm not sure that would have made this easier. Note that the list has changed before: https://bugzilla.mozilla.org/show_bug.cgi?id=728886 -- reuben _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
