HomeSort by relevance Sort by last modified time
    Searched defs:callIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 394 int callIndex = 0;
397 callIndex = c1 - '1';
399 if (callIndex < 0 || callIndex >= mCalls.length) {
412 if (mCalls[callIndex] == null) {
415 mCalls[callIndex] = null;
424 ret = separateCall(callIndex);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 629 int callIndex = ch - '0';
631 if (callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
634 callIndex);
635 mCT.hangupConnectionByIndex(call, callIndex);
670 int callIndex = ch - '0';
671 GsmConnection conn = mCT.getConnectionByIndex(call, callIndex);
674 if (conn != null && callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
676 callIndex);
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 223 milliseconds