Searched defs:CALL_WAITING (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCall.java61 public static final int CALL_WAITING = 5; /* Incoming call while another is active */ field in class:Call.State
77 case CALL_WAITING:
105 case CALL_WAITING:
106 return "CALL_WAITING";

Completed in 87 milliseconds