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.java43 public class InCallControlState { class
89 public InCallControlState(InCallScreen inCallScreen, CallManager cm) { in InCallControlState() method in InCallControlState
DInCallTouchUi.java468 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState(); in updateInCallControls()
707 private void updateAudioButton(InCallControlState inCallControlState) { in updateAudioButton()
812 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState(); in handleAudioButtonClick()
837 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState(); in showAudioModePopup()
DInCallScreen.java210 private InCallControlState mInCallControlState;
1248 mInCallControlState = new InCallControlState(this, mCM); in initInCallScreen()
4425 public InCallControlState getUpdatedInCallControlState() { in getUpdatedInCallControlState()