HomeSort by relevance Sort by last modified time
    Searched refs:callIndex (Results 1 - 6 of 6) 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 624 int callIndex = ch - '0';
626 if (callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
629 callIndex);
630 mCT.hangupConnectionByIndex(call, callIndex);
665 int callIndex = ch - '0';
666 GsmConnection conn = mCT.getConnectionByIndex(call, callIndex);
669 if (conn != null && callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
671 callIndex);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 461 public Rectangle getDurationBounds(int callIndex, int context, long duration) {
469 int y = (callIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin;
  /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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 253 milliseconds