Home | History | Annotate | Download | only in incallui

Lines Matching full:disconnected

57  * are disconnected.
246 * Called when the telephony service has disconnected from us. This will happen when there are
331 // By the time the UI finally comes up, the call may already be disconnected.
339 // then immediately disconnected before the UI was able to come up.
362 // Examples: (1) A new incoming call could come in and then get disconnected before
372 // state here even if the service is disconnected since we may not have finished a state
480 * Called when a call becomes disconnected. Called everytime an existing call
481 * changes from being connected (incoming/outgoing/active) to disconnected.
1007 * For some disconnected causes, we show a dialog. This calls into the activity to show
1011 // For newly disconnected calls, we may want to show a dialog on specific error conditions
1012 if (isActivityStarted() && call.getState() == Call.State.DISCONNECTED) {
1087 // 1) The call can be disconnected correctly
1169 * Sets the DisconnectCause for a call that was disconnected because it was missing a
1227 * Checks to see if both the UI is gone and the service is disconnected. If so, tear it all