Lines Matching full:disconnected
50 * are disconnected.
207 * Called when the telephony service has disconnected from us. This will happen when there are
258 // By the time the UI finally comes up, the call may already be disconnected.
266 // then immediately disconnected before the UI was able to come up.
289 // Examples: (1) A new incoming call could come in and then get disconnected before
299 // state here even if the service is disconnected since we may not have finished a state
361 * Called when a call becomes disconnected. Called everytime an existing call
362 * changes from being connected (incoming/outgoing/active) to disconnected.
746 * For some disconnected causes, we show a dialog. This calls into the activity to show
750 // For newly disconnected calls, we may want to show a dialog on specific error conditions
751 if (isActivityStarted() && call.getState() == Call.State.DISCONNECTED) {
760 * Hides the dialpad. Called when a call is disconnected (Requires hiding dialpad).
871 * Sets the DisconnectCause for a call that was disconnected because it was missing a
928 * Checks to see if both the UI is gone and the service is disconnected. If so, tear it all