Lines Matching refs:foregroundCall
1014 Call foregroundCall = mCM.getActiveFgCall(); in handlePreciseCallStateChange() local
1038 switch(foregroundCall.getState()) { in handlePreciseCallStateChange()
1684 Call foregroundCall = mCM.getActiveFgCall(); in gsmGetClccResult() local
1691 if (foregroundCall.getState().isAlive()) { in gsmGetClccResult()
1692 connections.addAll(foregroundCall.getConnections()); in gsmGetClccResult()
1810 Call foregroundCall = mCM.getActiveFgCall(); in cdmaGetClccResult() local
1819 } else if (foregroundCall.getState().isAlive()) { in cdmaGetClccResult()
1823 clccConnections[0] = foregroundCall.getEarliestConnection(); in cdmaGetClccResult()
1826 if (foregroundCall.getConnections().size() <= 1) { in cdmaGetClccResult()
1829 clccConnections[0] = foregroundCall.getLatestConnection(); in cdmaGetClccResult()
1834 clccConnections[0] = foregroundCall.getEarliestConnection(); in cdmaGetClccResult()
1835 clccConnections[1] = foregroundCall.getLatestConnection(); in cdmaGetClccResult()