Home
last modified time | relevance | path

Searched refs:CALLSTATE_ALERTING (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/mock-ril/src/js/
Dsimulated_radio.js413 'nextState' : CALLSTATE_ALERTING}, 1000);
981 (calls[i].state == CALLSTATE_ALERTING) ||
1074 calls[index].state = CALLSTATE_ALERTING;
1105 var alertingCalls = this.countCallsInState(CALLSTATE_ALERTING);
1106 var index = this.getCallIdByState(CALLSTATE_ALERTING);
Dsimulated_radio_tests.js156 calls[i].state = CALLSTATE_ALERTING;
269 c1.state = CALLSTATE_ALERTING;
Dril_vars.js123 var CALLSTATE_ALERTING = 3; /* MO call only */ variable
/hardware/ril/mock-ril/src/proto/
Dril.proto148 CALLSTATE_ALERTING = 3; /* MO call only */ enumerator