Searched refs:RilCall (Results 1 - 3 of 3) sorted by last modified time

/hardware/ril/mock-ril/src/cpp/
H A Dresponses.cpp202 const ril_proto::RilCall& srcCall = rsp->calls(i);
/hardware/ril/mock-ril/src/js/
H A Dsimulated_radio.js58 * @return a RilCall
60 function RilCall(state, phoneNumber, callerName) { class
154 * @return Array of RilCall's
161 * @return the RilCall at calls[index] or null if undefined.
195 * @return a RilCall or null if too many active calls.
202 c = new RilCall(state, phoneNumber, callerName);
245 * @param c is the RilCall to print
257 * @param callArray is an Array of RilCall's
H A Dsimulated_radio_tests.js319 var c = new RilCall(1000, '11234567890', 'me');
335 var c = new RilCall('NOT_CALLSTATE_ACTIVE', '11234567890', 'me');

Completed in 138 milliseconds