Searched refs:foregroundCall (Results 1 – 1 of 1) sorted by relevance
1014 Call foregroundCall = mCM.getActiveFgCall(); in handlePreciseCallStateChange() local1038 switch(foregroundCall.getState()) { in handlePreciseCallStateChange()1684 Call foregroundCall = mCM.getActiveFgCall(); in gsmGetClccResult() local1691 if (foregroundCall.getState().isAlive()) { in gsmGetClccResult()1692 connections.addAll(foregroundCall.getConnections()); in gsmGetClccResult()1810 Call foregroundCall = mCM.getActiveFgCall(); in cdmaGetClccResult() local1819 } 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()[all …]