HomeSort by relevance Sort by last modified time
    Searched refs:InCallControlState (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 43 public class InCallControlState {
44 private static final String LOG_TAG = "InCallControlState";
89 public InCallControlState(InCallScreen inCallScreen, CallManager cm) {
90 if (DBG) log("InCallControlState constructor...");
211 log("InCallControlState:");
InCallTouchUi.java 466 // The InCallControlState object tells us the enabledness and/or
468 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState();
472 inCallControlState.dumpState();
479 if (inCallControlState.canAddCall) {
483 } else if (inCallControlState.canMerge) {
509 if (inCallControlState.canAddCall && inCallControlState.canMerge) {
512 // Uh oh, the InCallControlState thinks that "Add" *and* "Merge"
529 mEndButton.setEnabled(inCallControlState.canEndCall)
    [all...]
InCallScreen.java 210 private InCallControlState mInCallControlState;
    [all...]

Completed in 795 milliseconds