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 42 public class InCallControlState {
43 private static final String LOG_TAG = "InCallControlState";
88 public InCallControlState(InCallScreen inCallScreen, CallManager cm) {
89 if (DBG) log("InCallControlState constructor...");
210 log("InCallControlState:");
InCallTouchUi.java 439 // The InCallControlState object tells us the enabledness and/or
441 InCallControlState inCallControlState = mInCallScreen.getUpdatedInCallControlState();
445 inCallControlState.dumpState();
452 if (inCallControlState.canAddCall) {
456 } else if (inCallControlState.canMerge) {
482 if (inCallControlState.canAddCall && inCallControlState.canMerge) {
485 // Uh oh, the InCallControlState thinks that "Add" *and* "Merge"
502 mEndButton.setEnabled(inCallControlState.canEndCall)
    [all...]
InCallScreen.java 209 private InCallControlState mInCallControlState;
    [all...]

Completed in 61 milliseconds