Home | History | Annotate | Download | only in js

Lines Matching refs:Array

24  * The rilDispatchTable is an array indexed by RIL_REQUEST_* or REQUEST_UNSOL_*,
115 // Array of "active" calls
116 var calls = Array(maxNumberActiveCalls + 1);
142 * The the array of calls, this is a sparse
143 * array and some elements maybe 'undefined'.
145 * @return Array of RilCall's
195 // Search for an "undefined" element in the array and insert the call
225 calls = new Array();
248 * @param callArray is an Array of RilCall's
350 rsp.calls = new Array();
608 rsp.integers = new Array();
644 rsp.strings = Array();
675 rsp.strings = Array();
724 rsp.integers = Array();
753 rsp.strings = Array();
853 * Method 1: provide an array for signal strength, and send the unsolicited
973 // Add call to the call array
1166 this.radioDispatchTable = new Array();