HomeSort by relevance Sort by last modified time
    Searched refs: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 538 int callIndex = ch - '0';
540 if (callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
543 callIndex);
544 mCT.hangupConnectionByIndex(call, callIndex);
579 int callIndex = ch - '0';
580 GsmConnection conn = mCT.getConnectionByIndex(call, callIndex);
583 if (conn != null && callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
585 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 

Completed in 108 milliseconds