Home | History | Annotate | Download | only in js

Lines Matching refs:addCall

197     this.addCall = function(state, phoneNumber, callerName) {
198 print('Radio: addCall');
206 print('Radio: addCall, i=' + i);
208 print('Radio: addCall, calls[' + i + '] is undefined');
392 newCall = this.addCall(CALLSTATE_DIALING, req.data.address, '');
995 this.addCall(state, phoneNumber, '');
1131 this.addCall(CALLSTATE_DIALING, phoneNumber, '');