Home
last modified time | relevance | path

Searched refs:foregroundCall (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DBluetoothHandsfree.java1014 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()
[all …]