Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallControlState.java42 public class InCallControlState { class
88 public InCallControlState(InCallScreen inCallScreen, CallManager cm) { in InCallControlState() method in InCallControlState
DInCallTouchUi.java441 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState(); in updateInCallControls()
678 private void updateAudioButton(InCallControlState inCallControlState) { in updateAudioButton()
783 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState(); in handleAudioButtonClick()
808 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState(); in showAudioModePopup()
DInCallScreen.java209 private InCallControlState mInCallControlState;
1294 mInCallControlState = new InCallControlState(this, mCM); in initInCallScreen()
4460 public InCallControlState getUpdatedInCallControlState() { in getUpdatedInCallControlState()