Lines Matching full:disconnected
37 * are disconnected.
118 * Called when the telephony service has disconnected from us. This will happen when there are
163 // By the time the UI finally comes up, the call may already be disconnected.
171 // then immediately disconnected before the UI was able to come up.
194 // Examples: (1) A new incoming call could come in and then get disconnected before
204 // state here even if the service is disconnected since we may not have finished a state
275 * Called when a call becomes disconnected. Called everytime an existing call
276 * changes from being connected (incoming/outgoing/active) to disconnected.
525 * For some disconnected causes, we show a dialog. This calls into the activity to show
529 // For newly disconnected calls, we may want to show a dialog on specific error conditions
530 if (isActivityStarted() && call.getState() == Call.State.DISCONNECTED) {
536 * Hides the dialpad. Called when a call is disconnected (Requires hiding dialpad).
649 * Checks to see if both the UI is gone and the service is disconnected. If so, tear it all